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.

Aug 012010
 

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.

 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>