| Version 9 (modified by martinl, 5 years ago) |
|---|
Table of Contents
Getting development information and code history from SVN
- "ChangeLog" style file: install and run svn2cl
- File history in SVN:
cd path/to/directory/
svn log [file.c]
# or time reverted:
svn log [file.c] | tac
Switch the repository
To switch from 'trunk' to 'develbranch_6' use
cd /path/to/your/local/copy/trunk
svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 .
