zenpoy
zenpoy

Reputation: 20126

svn: how to move changes from trunk to a branch

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

Answers (1)

Gabe Sechan
Gabe Sechan

Reputation: 93542

You'd merge the changes back- svn merge

Upvotes: 2

Related Questions