svn - Subversion: How to rerun post-commit scripts for all revisions? -
we have installed integration of our svn repository bug tracker. bug tracker called post-commit hook information tickets closed in commit. since have been using bug tracker lot of commits, rerun (on server?) post-commit hook commits in our repository. there convenient way?
the bug tracker (fogbugz) not allow scanning.
the svn repository on linux instance restricted tools (bash, perl).
easy way, cost 1 additional repository , space
- create full dump of repository (
svnadmin dump
) - create new empty repository needed post-commit hook defined
- load dump step 1 repository-skeleton (
svnadmin load
)--use-post-commit-hook
option applying hook ,--force-uuid
(needed later) - delete tree of original repo , copy loaded repository @ location of original (at same place , same uuid this repository old repository svn-clients without switch|relocate)
Comments
Post a Comment