Reputation: 20136
Let's say I fixed something and committed the change to the trunk. Now apparently we already have a branch for the upcoming release. How would you go and copy/apply the changes to the new branch as well?
Upvotes: 0
Views: 1575
Reputation: 93708
You'd merge the changes back- svn merge
Upvotes: 2