Difference between revisions of "Version control system"
(→SVN) |
(→Related lectures) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Version control system]] (also known by its acronym [[VCS]]; alternatively known as [[revision control system]] or, simply, [[version control]]; hereinafter, the ''System'') is the system that | + | [[Version control system]] (also known by its acronym [[VCS]]; alternatively known as [[revision control system]] or, simply, [[version control]]; hereinafter, the ''System'') is the system that is set for [[version control]]. The ''System'' controls versions or revisions of [[document]]s, [[source code]]s, files, groups of files, collections of data, and/or other resources. |
+ | |||
+ | |||
+ | ==Version control== | ||
+ | :''Main wikipage: [[Version control]]'' | ||
+ | [[Version control]] is a core part of [[configuration management]]. | ||
==Implementations== | ==Implementations== | ||
− | === | + | ===As a part of an application=== |
:[[MediaWiki]] | :[[MediaWiki]] | ||
− | === | + | ===As stand-alone software=== |
− | :[[Apache Subversion]] | + | :[[Apache Subversion]]. |
+ | |||
+ | ==See also== | ||
+ | ===Related lectures=== | ||
+ | :*[[Project Management Quarter]]. | ||
+ | :*[[Systems of the Lab]]. | ||
+ | |||
+ | [[Category: Septem Artes Administrativi]][[Category: CNM Cyber Orientation]][[Category: Articles]] |
Latest revision as of 18:28, 13 October 2020
Version control system (also known by its acronym VCS; alternatively known as revision control system or, simply, version control; hereinafter, the System) is the system that is set for version control. The System controls versions or revisions of documents, source codes, files, groups of files, collections of data, and/or other resources.
Contents
Version control
- Main wikipage: Version control
Version control is a core part of configuration management.