Creating a branch without specifying an absolute URL.
From: <andy.glew_at_amd.com>
Date: 2004-04-01 21:07:11 CEST
Anyone familiar with CVS - or, at least, with teaching
More specifically, the way I recommend to make a branch
cvs tag -b BranchTag?
and now you can check in your changes to the new branch
The similar way in Subversion seems to be
svn copy . http://svnrepo/branch/Absolute-New-Branch
This sucks, because it requires the URL
Yes, you can do something like
I'll do that, but I was wondering if there is a better usage
svn copy . relative-branch
Which makes sense in Subversion's model, but still leaves
--- (I come from the "task branch" school, checking in early and often on a new branch. I may make a dozen such task branches in a day.) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Apr 1 21:08:05 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.