Monday, March 31, 2008

create branch/ tag with tortoise SVN


Select the folder in your working copy which you want to copy
to a branch or tag, then select the command
TortoiseSVNBranch/Tag....


The default destination URL for the new branch
will be the source URL on which your working copy is based.
You will need to edit that URL to the new path for your branch/tag.
So instead of

    http://svn.xx.net/launchy/trunk


you might now use something like

    http://svn.xx.net/launchy/tags/Release_1.0.0

2 comments:

Anonymous said...

You will have to first create the folder for the tag where you want the files to be added. At least that's what I had to do as it won't create the Tag folder for you.

Maarif Ibrahim said...

It depends on the setting. For me, i dont have to.