Changes between Version 2 and Version 3 of SvnOverview


Ignore:
Timestamp:
02/12/07 01:10:27 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnOverview

    v2 v3  
    77'''Conceptual model'''
    88
    9  * A svn server holds one or more code repositories
     9 * 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  * A svn client may access files in the repository using Svn client software
     11 * A '''svn client''' may access files in the repository using '''svn client''' software
    1212 * Each each change to the repository the revision number to be incremented by 1.
    1313    * 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.