Difference between revisions of "Version control system"

From CNM Wiki
Jump to: navigation, search
(Created page with "Version control system (also known by its acronym VCS; alternatively known as revision control system or, simply, version control; hereinafter, the ''System'')...")
 
(Related lectures)
 
(18 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 controls changes to documents, software codes, large web sites, 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.
 +
 
 +
 
 +
==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===
 +
:*[[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