Difference between revisions of "Source Management Tools"

From eLinux.org
Jump to: navigation, search
(added another quilt tutorial link)
(Add ref to David Wheeler paper)
Line 2: Line 2:
  
 
== Overview ==
 
== Overview ==
* IBM has an excellent overview of available source management tools at: http://www-128.ibm.com/developerworks/linux/library/l-vercon/
+
* David Wheeler has an excellent breakdown of various SCM tools at: http://www.dwheeler.com/essays/scm.html
 +
* IBM has an good overview of available tools at: http://www-128.ibm.com/developerworks/linux/library/l-vercon/
 
* There is a comparison of several different tools at: http://better-scm.berlios.de/comparison/comparison.html
 
* There is a comparison of several different tools at: http://better-scm.berlios.de/comparison/comparison.html
  

Revision as of 15:43, 12 December 2006

Here are some different source management tools commonly used with Linux:

Overview

Quilt

http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf

GIT

GIT is the source code management tool used by many kernel developers.