Welcome to my blog, hope you enjoy reading
RSS

Friday 28 June 2013

Eclipse to Merge Branch into Trunk

Eclipse to Merge Branch into Trunk

If the changes of branch project is merge to trunk then do the following steps in eclipse
  1. Find the revision number of the last merge 
    1. how to find the log of branch?
  2. Check out a copy of the trunk as, say, openmrs-trunk:
  3. Right click on openmrs-trunk and select "Team"-->"Merge"
    1. give the branch project url
    2. In from: revision in from is the last merge number 
    3. in to : select Head Revision
  4. then click the merge button.

0 comments: