Difference between revisions of "Revision control system"

From Linuxintro
imported>ThorstenStaerk
(Created page with "A revision control system allows you to hold a repository of software including revisions that have been made to the code. An example is the KDE repository where you can still lo...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
A revision control system allows you to hold a repository of software including revisions that have been made to the code. An example is the KDE repository where you can still look up how KDE code looked like some months ago. For more information, read wikipedia's article.
+
A revision control system allows you to hold a repository of software including revisions that have been made to the code. For more information, read [http://en.wikipedia.org/wiki/Revision_Control_System wikipedia's article].
  
 
This wiki describes the revision control systems
 
This wiki describes the revision control systems
 
* [[subversion]]
 
* [[subversion]]
 
* [[git]]
 
* [[git]]

Latest revision as of 14:28, 30 December 2020

A revision control system allows you to hold a repository of software including revisions that have been made to the code. For more information, read wikipedia's article.

This wiki describes the revision control systems