Changes between Version 30 and Version 31 of HowToSVN


Ignore:
Timestamp:
Dec 10, 2008, 3:37:56 PM (15 years ago)
Author:
hamish
Comment:

fix reverting example

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v30 v31  
    155155cd lib/external
    156156# note the negative revision number:
    157 svn merge -c -32526 file(s)
    158 svn ci -m"Reverted to previous version (r32526)... reason ..." file(s)
     157svn merge -c -32526 https://svn.osgeo.org/grass/grass/trunk/
     158svn ci -m "Reverted to previous version (r32526)... reason ..." file(s)
    159159}}}
    160160Here, 32526 is the revision corresponding to the indenting of the trunk. Passing a negative revision to "svn merge -c" will "unmerge" that change.