Changes between Initial Version and Version 1 of HowToSVN


Ignore:
Timestamp:
Jan 7, 2008, 6:58:39 AM (16 years ago)
Author:
neteler
Comment:

Getting development information and code history from SVN

Legend:

Unmodified
Added
Removed
Modified
  • HowToSVN

    v1 v1  
     1== Getting development information and code history from SVN ==
     2
     3 * ChangeLog style file: install and run [http://ch.tudelft.nl/~arthur/svn2cl/ svn2cl]
     4 * File history in SVN:
     5
     6{{{
     7    cd path/to/directory/
     8    svn log [file.c}
     9}}}