Subversion day to day

From SourceWiki
Revision as of 14:08, 7 February 2006 by GethinWilliams (talk | contribs)
Jump to navigation Jump to search

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: