Penguin
Diff: VersionControlSystem
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of VersionControlSystem.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Tuesday, December 28, 2004 1:18:47 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Saturday, December 25, 2004 6:36:25 pm by AristotlePagaltzis Revert
@@ -1,9 +1,9 @@
-A system which tracks versions, usually of SourceCode, but potentially any digital content. It allows multiple people to work on a project, automatically coordinating everyone's changes with everyone else's — much like the wiki. Having a project versioned makes it possible to roll back erroneous changes, find out when bugs or errors were introduced and by whom, work multiple branches of the same thing simultaneously without conflicts, and many things more. Different VersionControlSystem~s have different sets of features in terms of multiple file handling, MetaData versioning, distributed storage, security goals, etc. 
+A system which tracks versions, usually of SourceCode, but potentially any digital content. It allows multiple people to work on a project, automatically coordinating everyone's changes with everyone else's — much like the wiki. Having a project versioned makes it possible to roll back erroneous changes, find out when bugs or errors were introduced and by whom, maintain multiple branches of the same thing simultaneously without conflicts, and many things more. Different VersionControlSystem~s have different sets of features in terms of multiple file handling, MetaData versioning, distributed storage, security goals, etc. 
  
 Popular VersionControlSystem~s include 
 * [RCS] 
 * [CVS] 
 * SubVersion 
 * BitKeeper 
 * GnuArch 
 * [DARCS]