SVN

From CDOT Wiki
Revision as of 19:49, 22 October 2006 by Elichak (talk | contribs) (SVN commands)
Jump to: navigation, search

Branch Maintenance

Repository layout:

  • trunk directory - "main line" of development
  • branches directory - branch copies
  • tag directory - tag copies

SVN commands

  • Compare changes from one revision to another:
svn diff --revision 1:4 helloworld.cpp
This example allows us to see what's changed between the first and fourth revision of the helloworld.cpp file:.