Changes between Version 31 and Version 32 of HowToBackport


Ignore:
Timestamp:
Mar 22, 2018, 7:42:04 AM (6 years ago)
Author:
veroandreo
Comment:

minor clean-up

Legend:

Unmodified
Added
Removed
Modified
  • HowToBackport

    v31 v32  
    2828 # backport fix to the appropriate release branch (e.g. GRASS GIS 7.2.x)
    2929 cd /path/to/grass72_release/
    30  svn diff lib/gis/parser.c
    31  svn up lib/gis/parser.c
     30 # be sure to have a locally up-to-date branch
     31 svn up
     32 # use svn-merge.sh for the actual merge
    3233 /path/to/grass-addons/tools/svn-merge.sh 12345   # using the rev number from above
     34 # verify the changes
    3335 svn diff lib/gis/parser.c
    3436 # .. run make; test the change ..