Difference between revisions of "Version control"

From CNM Wiki
Jump to: navigation, search
(Created page with "==See also== ===Related lectures=== :*Functions of Wiki. Category: CNM Cyber OrientationCategory: Articles")
 
 
Line 1: Line 1:
 +
In [[configuration management]], [[version control]] (alternatively known as [[revision control]], [[source control]]) is management of changes to [[document]]s, [[computer file]]s, and/or other resources. Each revision is associated with its [[metadata]] such as a timestamp and the author of the change. Commonly, revisions can be compared, restored, and with some types of documents, merged. [[Version control system]]s are standalone [[software application]]s that work with one or more [[database]]s, which store revised [[document]]s, or [[software repository|software repositori]]es, which store revised files. Nevertheless, [[version control tool]]s are often embedded in various types of software such as [[document collaboration system|document collaboration]], [[learning management system|learning management]]s, and [[project management system]]s.
 +
 +
 
==See also==
 
==See also==
  

Latest revision as of 20:16, 12 October 2020

In configuration management, version control (alternatively known as revision control, source control) is management of changes to documents, computer files, and/or other resources. Each revision is associated with its metadata such as a timestamp and the author of the change. Commonly, revisions can be compared, restored, and with some types of documents, merged. Version control systems are standalone software applications that work with one or more databases, which store revised documents, or software repositories, which store revised files. Nevertheless, version control tools are often embedded in various types of software such as document collaboration, learning managements, and project management systems.


See also

Related lectures