Camsoft
Camsoft

Reputation: 12005

Can you commit an existing working copy to a new branch using TortoiseSVN?

I've got a working copy that I checkout of the trunk and I have made quite a few changes and would prefer to commit back to a branch instead of the trunk (from which is was checked out from).

Is this possible and how can I do this using TortoiseSVN?

Upvotes: 27

Views: 10106

Answers (2)

William Leara
William Leara

Reputation: 10687

Use the Switch feature to direct your working copy to your desired branch. Then your commit will go to the branch rather than trunk.

Upvotes: 4

D'Arcy Rittich
D'Arcy Rittich

Reputation: 171411

Select Branch/tag... and select the working copy radio button,

Upvotes: 38

Related Questions