Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

http://svnbook.red-bean.com/en/1.0/ch04s02.html

Answer:

In SVN, if you want to create a branch, you can use the following command.

# svn copy http://example.com/svn/repos/demo/trunk \
           http://example.com/svn/repos/demo/branches/my-test-branch \
      -m "My test branch for the 'demo' project."

Committed revision 125.
  1. Creating a simple tag in SVN
  2. Merge changes from trunk into branch in SVN
  3. How to merge a branch back into trunk using SVN
  4. How to revert a bad commit in SVN
  5. Downgrade the format of a Subversion working copy

One Response to “Create a branches in SVN”

  1. [...] you have created a branch in SVN, which is at revision 125. Now the trunk's head revision is increased to 150, and you want to merge [...]

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>