[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Subversion and "Configuration Management"

From: <andy.glew_at_amd.com>
Date: 2004-04-02 03:12:14 CEST

> 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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.