Changes between Version 31 and Version 32 of HowToBackport
- Timestamp:
- 03/22/18 07:42:04 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBackport
v31 v32 28 28 # backport fix to the appropriate release branch (e.g. GRASS GIS 7.2.x) 29 29 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 32 33 /path/to/grass-addons/tools/svn-merge.sh 12345 # using the rev number from above 34 # verify the changes 33 35 svn diff lib/gis/parser.c 34 36 # .. run make; test the change ..