To create a new branch in SVN, its very simple.

svn copy <source> <destination> -m <message>

This will copy the SVN in the source folder, into a new branch under <destination>. Very simple.

More, in depth information can be found here: http://svnbook.red-bean.com/en/1.5/svn.branchmerge.using.html#svn.branchmerge.using.create

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.