Svn - Copy

Card Puncher Data Processing

About

Copy is a command that permits to create a branch

Step by step

With tortoise:

  • Checkout the trunk (It can be done from another branch)
  • Right click on the folder and select “Branch/Tag…

Svn Tortoise Branch Tag

  • Enter the path to your new branch, a commit text and check the checkbox if you want to switch your working copy. command.

Svn Tortoise Copy Branch

  • Clicking the OK button will perform a svn copy
svn copy 
       svn+ssh://host.example.com/repos/project/trunk \
       svn+ssh://host.example.com/repos/project/branches/NAME_OF_BRANCH \
      -m "My commit message"

Svn Tortoise Copy Finished

  • You can verify the switch in the properties of the file

Svn Branch Creation Switch Verification





Discover More
Card Puncher Data Processing
SVN - Branch

in Svn. Branches are copies of the same parent (Normally a copy of the trunk directory). The current branch is called a working copy. You can switch between branches in your working copy with svn switch....
Card Puncher Data Processing
Svn (Subversion)

svn is a version control system. Tortoise is a windows GUI that relies on the Svn executable - Get info a file or a directory - Create a branch - Switch between branches OnlineDocumentation...



Share this page:
Follow us:
Task Runner