Changes between Version 7 and Version 8 of HowToSVN
- Timestamp:
- 04/27/08 05:18:23 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToSVN
v7 v8 16 16 To switch from 'trunk' to 'develbranch_6' use 17 17 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 }}} 20 22 21 23 == SVN usage ==