Difference between revisions of "Revision control system"

From Linuxintro
imported>ThorstenStaerk
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 see the [http://quickgit.kde.org/?p=kdepim.git&a=summary changes that have been done to KDEPIM recently]. 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. An example is the KDE repository where you can see the [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].
  
 
This wiki describes the revision control systems
 
This wiki describes the revision control systems
 
* [[subversion]]
 
* [[subversion]]
 
* [[git]]
 
* [[git]]

Revision as of 07:18, 9 July 2011

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 see the changes that have been done to KDEPIM recently. For more information, read wikipedia's article.

This wiki describes the revision control systems