views:

43

answers:

2

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?

+3  A: 

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

RedFilter
A: 

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

William Leara