Table of Contents

Svn - Copy

About

Copy is a command that permits to create a branch

Step by step

With tortoise:

Svn Tortoise Branch Tag

Svn Tortoise Copy Branch

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

Svn Branch Creation Switch Verification