Difference between revisions of "Version control system"

From CNM Wiki
Jump to: navigation, search
(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 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 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==
===MediaWiki===
+
===As a part of an application===
 
:[[MediaWiki]]
 
:[[MediaWiki]]
  
===The System as stand-alone software===
+
===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.


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.

See also

Related lectures