Changes between Version 9 and Version 10 of HowToSVN

Show
Ignore:
Timestamp:
04/27/08 05:52:10 (5 years ago)
Author:
neteler
Comment:

note about preserving of local, uncommited changes

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v9 v10  
    1616== Switch the repository == 
    1717 
    18 To switch from 'trunk' to 'develbranch_6' use 
     18To switch from SVN 'trunk' (now GRASS 7 development) to 'develbranch_6' (now GRASS 6.4 development) use 
    1919 
    2020{{{ 
     
    2222    svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 . 
    2323}}} 
     24 
     25The switch command preserves local, uncommited changes. 
    2426 
    2527== SVN usage ==