Difference between revisions of "Version control system"

From CNM Wiki
Jump to: navigation, search
(As stand-alone software)
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 is set for [[version control]]. The ''System'' controls versions or revisions of documents, software codes, files, groups of files, and other collections of data.
+
[[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.
  
  

Revision as of 02:21, 18 April 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.


Version control

Main wikipage: Version control

Version control is a core part of configuration management.

Implementations

As a part of an application

MediaWiki

As stand-alone software

Apache Subversion.

Related lectures