Difference between revisions of "Source Management Tools"
From eLinux.org
(→Quilt: fix links to quilt tutorials) |
(added another quilt tutorial link) |
||
| Line 9: | Line 9: | ||
* [http://www.suse.de/~agruen/quilt.pdf How To Survive With Many Patches (or) Introduction to Quilt] is a good tutorial for using quilt | * [http://www.suse.de/~agruen/quilt.pdf How To Survive With Many Patches (or) Introduction to Quilt] is a good tutorial for using quilt | ||
* [http://www.coffeebreaks.org/blogs/wp-content/archives/talks/2005/quilt/quiltintro-s5.html Quilt Introduction (online presentation)] | * [http://www.coffeebreaks.org/blogs/wp-content/archives/talks/2005/quilt/quiltintro-s5.html Quilt Introduction (online presentation)] | ||
| + | * Another tutorial, with sample files, is at: | ||
| + | http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf | ||
== 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 17:54, 5 December 2006
Here are some different source management tools commonly used with Linux:
Overview
- IBM has an excellent overview of available source management 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
Quilt
- Quilt Project home page: http://savannah.nongnu.org/projects/quilt/
- How To Survive With Many Patches (or) Introduction to Quilt is a good tutorial for using quilt
- Quilt Introduction (online presentation)
- Another tutorial, with sample files, is at:
http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf
GIT
GIT is the source code management tool used by many kernel developers.
- GIT project home page: http://git.or.cz/