Author: branden Date: 2003-05-25 18:28:18 -0500 (Sun, 25 May 2003) New Revision: 52
Modified: README Log: expand upon and clarify usage of trunk and branches directories; add examples of paths for branches, tags, and people directories; add Vim modeline Modified: README ============================================================================== --- README 2003-05-25 23:02:52 UTC (rev 51) +++ README 2003-05-25 23:28:18 UTC (rev 52) @@ -36,18 +36,29 @@ *** IMPORTANT * IMPORTANT * IMPORTANT * IMPORTANT * IMPORTANT * IMPORTANT *** -The "trunk" is destined to be the next Debian unstable (or possibly -experimental) release. It's where the cutting-edge but non-disruptive work -takes place. +The "trunk" is destined to be the next Debian unstable release. It's where the +cutting-edge but non-disruptive work takes place. -The "branches" are for versions corresponding to various releases of -Debian, e.g., "woody" or "sarge". Branches can also be created for -cutting-edge, experimental work by teams of people. +The "branches" are for upstream versions, further subdivided corresponding +to various releases of Debian, e.g., "woody" or "sarge". Branches can also +be created for cutting-edge, experimental work by teams of people. +Examples: + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.3.0/sid + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.2.1/sarge + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/woody + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/branches/4.1.0/potato The "tags" correspond to specific package releases actually made. +Examples: + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.3.0-1 + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/tags/4.2.1-7 The "people" directories are project areas for the XFree86 Debian packaging team. They can be used for cutting-edge, experimental work by specific individuals. +Examples: + svn://necrotic.deadbeast.net/var/lib/svn/xfree86/people/branden $Id$ + +vim:set ai et tw=80: