Changes between Version 64 and Version 65 of HowToSVN
- Timestamp:
- 01/26/17 15:01:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v64 v65 206 206 207 207 Run the command from within the target branch. 208 * Example 1: pull a change from trunk into the 7. 0release branch:209 {{{ 210 cd releasebranch_7_ 0/208 * Example 1: pull a change from trunk into the 7.2 release branch: 209 {{{ 210 cd releasebranch_7_2/ 211 211 svn up raster/r.digit/ 212 212 svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk … … 217 217 where {{{30749}}} is the revision number of the changeset you wish to backport. 218 218 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): 220 220 {{{ 221 221 cd trunk/