Changes between Version 7 and Version 8 of SvnIntro


Ignore:
Timestamp:
12/20/06 17:34:29 (18 years ago)
Author:
emontgomery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v7 v8  
    99 * A svn server holds one or more code repositories
    1010 * A repository consists of all versions of the program/document under development, plus info on who made changes, and when.
    11  * Each each change committed gets a new revision number.
     11 * A svn client may access files in the repository
     12 * Each each change to the repository the revision number to be incremented by 1.
    1213    * if file_a is changed, then file_b, then file_a, then file_c, then file_b, at the end, the repository is a revision 5.
    1314    * the revision history of file_a has 1,3; file_b has 2,5 and file_c has 4