Creating a new branch in SVN


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. svn copy file:///relative/path/to/trunk/ file:///relative/path/to/branch/<BRANCH NAME> -m "SVN MESSAGE"

URL: http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge.whatis

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.