Changes between Version 64 and Version 65 of HowToSVN


Ignore:
Timestamp:
Jan 26, 2017, 3:01:34 PM (7 years ago)
Author:
neteler
Comment:

7.0 -> 7.2

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v64 v65  
    206206
    207207Run the command from within the target branch.
    208  * Example 1: pull a change from trunk into the 7.0 release branch:
    209 {{{
    210 cd releasebranch_7_0/
     208 * Example 1: pull a change from trunk into the 7.2 release branch:
     209{{{
     210cd releasebranch_7_2/
    211211svn up raster/r.digit/
    212212svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk
     
    217217where {{{30749}}} is the revision number of the changeset you wish to backport.
    218218
    219  * Example 2: merge a change from the 6.4 release branch into GRASS 7 (trunk):
     219 * Example 2: merge a change from the old 6.4 release branch into GRASS 7 (trunk):
    220220{{{
    221221cd trunk/