Changes between Version 14 and Version 15 of HowToBackport


Ignore:
Timestamp:
Apr 14, 2013, 3:50:47 AM (11 years ago)
Author:
hamish
Comment:

merge tips

Legend:

Unmodified
Added
Removed
Modified
  • HowToBackport

    v14 v15  
    2020If the above is unclear, it should be discussed on the developers list. '''If in doubt, ask! '''
    2121In this case, a path/diff is appreciated.
     22
     23== Hints ==
     24
     25Three little scripts to make merging between branches easier:
     26 * [browser:grass-addons/tools/svn64merge]
     27 * [browser:grass-addons/tools/svn65merge]
     28 * [browser:grass-addons/tools/svn7merge]
     29
     30To use them, first make sure all branches are up to date (`svn up`) and clean (`svn diff`),
     31then `cd` into the top of the source tree you want to ''pull '''in''' to''. If you try to run it from the module's own subdir it will fail.
     32Then run the script named for the branch you want to pull ''from'', followed by the revision number of the change you wish to merge (no leading "r" or [square brackets] around the rev number please). Mind that you might want to run '`svn propdel svn:mergeinfo .`' before doing an untargeted 'svn commit'.
    2233
    2334== Comparing branches ==