We have installed an integration of our SVN repository with a bug tracker. The bug tracker is called from the post-commit hook to get information about the tickets closed in a commit. Since we have been using the bug tracker for a lot of commits, we would like to rerun (on the server?) the post-commit hook for all commits in our repository. Is there a convenient way?
The bug tracker (FogBugz) does not allow for scanning.
The SVN repository is on a Linux instance with restricted tools (bash, some perl).
Easy way, will cost you one additional repository and some space
svnadmin help dump)svnadmin help load) with--use-post-commit-hookoption for applying hook and--force-uuid(needed later)