Changes between Version 7 and Version 8 of HowToSVN


Ignore:
Timestamp:
Apr 27, 2008, 5:18:23 AM (16 years ago)
Author:
martinl
Comment:

syntax typo (2)

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v7 v8  
    1616To switch from 'trunk' to 'develbranch_6' use
    1717
    18  cd /path/to/your/local/copy/trunk
    19  svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 .
     18{{{
     19    cd /path/to/your/local/copy/trunk
     20    svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 .
     21}}}
    2022
    2123== SVN usage ==