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

Re: Branch philosophy

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2004-10-31 13:41:58 CET

Loïc Joly loic.actarus.joly-at-wanadoo.fr |Lists| wrote:
> How is it possible to close a branch ?
...
> Is it a good
> practice to delete the branch in this case?

cd workingcopy/branches
svn rm my_obsolete_branch
svn ci -m "branch obsoleted"

or

svn rm -m "branch obsoleted" \
        http://host/repos/branches/my_obsolete_branch

It is still visible with svn log and can be "resurrected" if need be
later...

-- 
Peter Valdemar Mørch
http://www.morch.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 31 13:42:30 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.