Difference between revisions of "Version control system"

From CNM Wiki
Jump to: navigation, search
(As a part of another app)
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 manages [[version control]]. The ''System'' controls changes to documents, files, software codes, and other collections of data. [[Version control]] is a core part of [[configuration management]].
+
[[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 manages [[version control]]. The ''System'' controls changes to documents, files, software codes, and other collections of data.
 +
 
 +
 
 +
==Version control==
 +
:''Main wikipage: [[Version control]]''
 +
[[Version control]] is a core part of [[configuration management]].
  
 
==Implementations==
 
==Implementations==

Revision as of 07:05, 26 December 2018

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 manages version control. The System controls changes to documents, files, software codes, and other collections of data.


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