head 1.2; access; symbols netbsd-5-2-3-RELEASE:1.1.1.1.8.1 netbsd-5-1-5-RELEASE:1.1.1.1.8.1 riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.2 riastradh-drm2-base:1.2 netbsd-5-2-2-RELEASE:1.1.1.1.8.1 netbsd-5-1-4-RELEASE:1.1.1.1.8.1 netbsd-5-2-1-RELEASE:1.1.1.1.8.1 netbsd-5-1-3-RELEASE:1.1.1.1.8.1 netbsd-5-2:1.1.1.1.8.1.0.4 netbsd-5-2-RELEASE:1.1.1.1.8.1 netbsd-5-2-RC1:1.1.1.1.8.1 netbsd-5-1-2-RELEASE:1.1.1.1.8.1 netbsd-5-1-1-RELEASE:1.1.1.1.8.1 netbsd-5-1:1.1.1.1.8.1.0.2 netbsd-5-1-RELEASE:1.1.1.1.8.1 netbsd-5-1-RC4:1.1.1.1.8.1 netbsd-5-1-RC3:1.1.1.1.8.1 netbsd-5-1-RC2:1.1.1.1.8.1 netbsd-5-1-RC1:1.1.1.1.8.1 netbsd-5-0-2-RELEASE:1.1.1.1 netbsd-5-0-1-RELEASE:1.1.1.1 netbsd-5-0:1.1.1.1.0.10 netbsd-5-0-RELEASE:1.1.1.1 netbsd-5-0-RC4:1.1.1.1 netbsd-5-0-RC3:1.1.1.1 netbsd-5-0-RC2:1.1.1.1 netbsd-5-0-RC1:1.1.1.1 netbsd-5:1.1.1.1.0.8 netbsd-5-base:1.1.1.1 netbsd-4-0-1-RELEASE:1.1.1.1 netbsd-4-0:1.1.1.1.0.6 netbsd-4-0-RELEASE:1.1.1.1 netbsd-4-0-RC5:1.1.1.1 netbsd-4-0-RC4:1.1.1.1 netbsd-4-0-RC3:1.1.1.1 netbsd-4-0-RC2:1.1.1.1 netbsd-4-0-RC1:1.1.1.1 abandoned-netbsd-4-base:1.1.1.1 abandoned-netbsd-4:1.1.1.1.0.2 netbsd-4:1.1.1.1.0.4 netbsd-4-base:1.1.1.1 MESA-6_4_1:1.1.1.1 MESA:1.1.1; locks; strict; comment @# @; 1.2 date 2009.04.20.04.09.43; author mrg; state dead; branches; next 1.1; 1.1 date 2006.04.22.15.17.15; author macallan; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.04.22.15.17.15; author macallan; state Exp; branches 1.1.1.1.8.1; next ; 1.1.1.1.8.1 date 2010.01.23.18.18.44; author bouyer; state dead; branches; next ; desc @@ 1.2 log @delete extremely old sources we never got around to using. @ text @
At any given time, there may be several active branches in Mesa's CVS repository. Generally, the CVS trunk contains the latest development (unstable) code while a CVS branch has the latest stable code.
Currently (Oct 2004), the trunk is the Mesa 6.3 development code while the mesa_6_2_branch branch has the stable Mesa 6.2.x code.
Mesa releases use an even/odd numbering scheme to represent stable/development releases. For example, Mesa 6.2 (0 is considered even) is a stable release while Mesa 6.3 is a development release.
To checkout a specific CVS branch pass -r
and
the branch tag after your CVS command.
For example cvs checkout -r mesa_6_2_branch Mesa
will
checkout the 6.2 branch and cvs update -r
mesa_6_2_branch
will convert your current CVS tree to the 6.2
branch.
Consult http://www.durak.org/cvswebsites/doc/cvs_5.php3#SEC54
for more on branching in CVS.
To see a list of all the CVS branches run cvs log README
(or any
other file) and look for the section labeled symbolic names
.
You'll see something like this:
symbolic names: mesa_4_0: 1.3 mesa_4_0_branch: 1.3.0.6 mesa_3_5: 1.3 mesa_3_4_2: 1.3 mesa_3_4_1: 1.3 mesa_3_4: 1.3 mesa_3_4_branch: 1.3.0.4 mesa_3_3: 1.3 mesa_3_2_1: 1.1.1.1 mesa_3_3_texture_env_combine2: 1.3.0.2 mesa_3_2: 1.1.1.1 mesa_3_2_beta_1: 1.1.1.1 mesa_3_1: 1.1.1.1 mesa_3_2_dev: 1.1.1.1.0.2 mesa_3_1_beta_3: 1.1.1.1 start: 1.1.1.1 mesa: 1.1.1
Most will be obsolete branches. Generally, the newer branches are at the top. Ask on the mesa3d-dev mailing list to learn which branches are active.