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...")
 
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 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. 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.
  
 
This wiki describes the revision control systems
 
This wiki describes the revision control systems
 
* [[subversion]]
 
* [[subversion]]
 
* [[git]]
 
* [[git]]

Revision as of 07:17, 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