Wilson's Landing RSS

Archive

Aug
26th
Tue
permalink

How to branch in SVN

And now the easier method of creating a branch, which we should have told you about in the first place: svn copy is able to operate directly on two URLs. $ svn copy http://svn.example.com/repos/calc/trunk \ http://svn.example.com/repos/calc/branches/my-calc-branch \ -m “Creating a private branch of /calc/trunk.” Committed revision 341. Ryan Wilson email@ryanwilson.com