How do I create a new branch with my working copy using TortoiseSVN?
I see the branch option, but I don’t see a way to name it somehow.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Branches in SVN are essentially directories; you don’t name the branch so much as choose the name of the directory to branch into.
The common way of ‘naming’ a branch is to place it under a directory called
branchesin your repository. In the “To URL:” portion of TortoiseSVN’s Branch dialog, you would therefore enter something like:The main branch of a project is referred to as the trunk, and is usually located in: