How do I merge changes from branch to trunk in svn?
How do I merge changes from branch to trunk in svn? Merge a branch into the trunk Get a clean copy of the trunk. Check the svn log to find the revision where the branch was created. Merge the branches. Resolve any conflicts. Build and test your newly merged working Read more…