Re: Question: Best way to branch after changes have already been made
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-26 19:27:03 CEST
On Apr 26, 2005, at 12:19 PM, Josh Siegel wrote:
>
Nothing so complex is needed:
Create the branch:
'svn cp trunkURL branchURL'
Then switch your working copy to it:
'svn switch branchURL'
Your local mods will be preserved. When you 'svn commit', all changes
This very example is discussed in chapter 4, in fact.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.