Difference between revisions of "Subversion day to day"

From SourceWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
  
This is for info on day to day Subversion stuff
+
==Subversion's Working Cycle==
 +
 
 +
The normal working cycle in terms used by Subversion is:
 +
 
 +
# checkout/update
 +
# test
 +
# edit
 +
# test
 +
# commit

Revision as of 14:03, 7 February 2006

Subversion's Working Cycle

The normal working cycle in terms used by Subversion is:

  1. checkout/update
  2. test
  3. edit
  4. test
  5. commit