Difference between revisions of "Subversion day to day"

From SourceWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
==The Example Project==
 
==The Example Project==
  
We can illustrate this using our example project.
+
We can illustrate this using our example project and the command line client. The first step is to checkout a copy of the code:

Revision as of 14:08, 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 and the command line client. The first step is to checkout a copy of the code: