Source Management Tools

From eLinux.org
Revision as of 09:56, 11 June 2007 by Tim Bird (talk | contribs) (Quilt: add link to Greg KH message)
Jump to: navigation, search

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.