• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Subversion Branch

November 6, 2012

Subversion Branch creates a new branch in the local working directory. In the example below, a copy of the project directory is forked and given a new name. The new branch will be treated as a separate branch.

svn copy http://repository/project/trunk \ 
         http://repository/project/branch/newbranch 
         \ -m "Place comments here."

svn copy http://repository/project/trunk \ http://repository/project/branch/newbranch \ -m "Place comments here."

Filed Under: SVN Tagged With: branch, copy

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023