Reputation: 1849
I Checked out a project from Trunk but now i need to commit the changes made in the working copy to a branch and not for the trunk(I made a lot of changes in multiple files). What is the best approach to do it?
Upvotes: 0
Views: 728
Reputation: 2671
Example:
svn switch "^/branches/my-branch" path-to-trunk-checkout
Upvotes: 1