Difference between revisions of "Version control system"

From CNM Wiki
Jump to: navigation, search
(As a part of software)
(As a part of another app)
Line 2: Line 2:
  
 
==Implementations==
 
==Implementations==
===As a part of another app===
+
===As a part of an application===
 
:[[MediaWiki]]
 
:[[MediaWiki]]
  
 
===As stand-alone software===
 
===As stand-alone software===
 
:[[Apache Subversion]]
 
:[[Apache Subversion]]

Revision as of 07:04, 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 is a core part of configuration management.

Implementations

As a part of an application

MediaWiki

As stand-alone software

Apache Subversion