Changes between Version 2 and Version 3 of SvnOverview
- Timestamp:
- 02/12/07 01:10:27 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnOverview
v2 v3 7 7 '''Conceptual model''' 8 8 9 * A svn serverholds one or more code repositories9 * A '''svn server''' holds one or more code repositories 10 10 * 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 clientsoftware11 * A '''svn client''' may access files in the repository using '''svn client''' software 12 12 * Each each change to the repository the revision number to be incremented by 1. 13 13 * 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.