> Note: this means you would have to keep those task-branches around
> (some like to delete them after committing them).
If you have the ability to find all branchs/versions
corresponding to a file/object/subtree/whatever,
* easy to do in VVS via cvs log | cvs2cl.pl
* hard to do in Subversion, but conceptually
an svn log -v in the root,
piped through a script that does a transitively
closure tracing all versions /branches of a file
then deleting the branches after they are "closed"
is fine - you find all task-branches, and then
run your promotion tracking script.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 03:12:59 2004