SVN Merge Branch into Trunk using Eclipse

java No Comments »

I needed to merge the branch changes into trunk of the project, after many changes at both the branch and trunk…

First we have to commit all changes, in case of some failure at the merge operation we may revert all changes.

Select Team > Merge from menu, select the path of the branch and the revision. Revision number is selected from the Show Log, and is number when we created the branch.

svn_merge

Some useful links for SVN merge:

Eclipse SDK - Subversion Eclipse Plugin Manual

SVN Book