Difference between revisions of "Subversion day to day"

From SourceWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
 
==Subversion's Working Cycle==
 
==Subversion's Working Cycle==
  
Line 9: Line 8:
 
# test
 
# test
 
# commit
 
# commit
 +
 +
==The Example Project==
 +
 +
We can illustrate this using our example project.

Revision as of 14:04, 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

The Example Project

We can illustrate this using our example project.