Difference between revisions of "Trunk"
From MythTV Official Wiki
m (category) |
|||
Line 1: | Line 1: | ||
− | The '''trunk''' refers to the unnamed branch - version of a file tree under revision control. Branches are spawned from trunk (or other branch) in order to concentrate on stabilizing the tree for release or to start implementing long-term (possibly throw away) changes that would disturb development in trunk. CVS and other version control systems use the word HEAD instead of trunk [ | + | The '''trunk''' refers to the unnamed branch - version of a file tree under revision control. Branches are spawned from trunk (or other branch) in order to concentrate on stabilizing the tree for release or to start implementing long-term (possibly throw away) changes that would disturb development in trunk. CVS and other version control systems use the word HEAD instead of trunk [[wikpedia:Trunk_%28software%29]]. |
http://svn.mythtv.org/trac/browser/trunk | http://svn.mythtv.org/trac/browser/trunk | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 21:33, 12 March 2007
The trunk refers to the unnamed branch - version of a file tree under revision control. Branches are spawned from trunk (or other branch) in order to concentrate on stabilizing the tree for release or to start implementing long-term (possibly throw away) changes that would disturb development in trunk. CVS and other version control systems use the word HEAD instead of trunk wikpedia:Trunk_(software).