wiki:HowToSVN

Version 5 (modified by martinl, 16 years ago) ( diff )

syntax typo

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

SVN usage

See Also

Note: See TracWiki for help on using the wiki.