Difference between revisions of "Source Management Tools"

From eLinux.org
Jump to: navigation, search
(Reorganize and add patch management stuff)
(Other Patch management Tools)
Line 16: Line 16:
  
 
=== Other Patch management Tools ===
 
=== Other Patch management Tools ===
* [[Tim's patch management tools]] - diffinfo and friends - a more verbose diffstat, with splitting, joining and comparing of patches
+
* [[Tim's patch management tools]] - diffinfo and friends - a more verbose diffstat, with splitting, joining and comparing of patches
* See also [[Diff And Patch Tricks]]
+
* See also [[Diff And Patch Tricks]]
  
 
== GIT ==
 
== GIT ==
 
GIT is the source code management tool used by many kernel developers.
 
GIT is the source code management tool used by many kernel developers.
 
* GIT project home page: http://git.or.cz/
 
* GIT project home page: http://git.or.cz/

Revision as of 12:06, 26 April 2007

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

Overview

Patch Management Tools

Quilt

To manage a grou of patches relative to a single source base, quilt is quite good.

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

Other Patch management Tools

GIT

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