How do I create a branch in SVN?
Create a new branch using the svn copy command as follows:
svn copy
$ svn copy svn+ssh://host.example.com/repos/project/trunk svn+ssh://host.example.com/repos/project/branches/NAME_OF_BRANCH -m "Creating a branch of project"
2.1m questions
2.1m answers
60 comments
57.0k users