Difference between revisions of "Revision control system"

From Linuxintro
imported>ThorstenStaerk
 
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 e.g. find an impressive list what [http://quickgit.kde.org/?p=kdepim.git&a=summary changes that have been done to KDEPIM recently]. For more information, read [http://en.wikipedia.org/wiki/Revision_Control_System 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