blob: 5f653b78306e96781634b320e288ababbde43428 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>CVS Branches</TITLE>
4
5<BODY text="#000000" bgcolor="#55bbff" link="#111188">
6
7<H1>CVS Branch Information</H1>
8
9<p>
Brian Paul69449a92003-11-26 18:10:19 +000010At any given time, there may be several active branches in Mesa's
11CVS repository.
Brian Paul0b27ace2003-03-08 17:38:57 +000012
Brian Paul69449a92003-11-26 18:10:19 +000013Generally, the CVS trunk contains the latest development (unstable)
14code while a CVS branch has the latest stable code.
Brian Paul0b27ace2003-03-08 17:38:57 +000015</p>
16
17<p>
Brian Paul69449a92003-11-26 18:10:19 +000018Currently (Nov 2003), the trunk is the Mesa 5.1 development code
19while the mesa_5_0_branch branch has the stable Mesa 5.0.x code.
20</p>
21
22<p>
23Mesa releases use an even/odd numbering scheme to represent stable/development
24releases.
25
26For example, Mesa 5.0.x (0 is considered even) is a stable release while
27Mesa 5.1.x is a development release.
28</p>
29
30<p>
31To checkout a specific CVS branch pass <code>-r</code> and
32the branch tag after your CVS command.
33
34For example <code>cvs checkout -r mesa_5_0_branch Mesa</code> will
35checkout the 5.0.x branch and <code>cvs update -r
36mesa_5_0_branch</code> will convert your current CVS tree to the 5.0.x
37branch.
38
39Consult <a href="http://www.durak.org/cvswebsites/doc/cvs_5.php3#SEC54"
40target="_parent">http://www.durak.org/cvswebsites/doc/cvs_5.php3#SEC54</a>
41for more on branching in CVS.
42</p>
43
44<p>
45To see a list of all the CVS branches run <code>cvs log README</code> (or any
Brian Paul0b27ace2003-03-08 17:38:57 +000046other file) and look for the section labeled <code>symbolic names</code>.
47You'll see something like this:
48</p>
49
50<pre> symbolic names:
51 mesa_4_0: 1.3
52 mesa_4_0_branch: 1.3.0.6
53 mesa_3_5: 1.3
54 mesa_3_4_2: 1.3
55 mesa_3_4_1: 1.3
56 mesa_3_4: 1.3
57 mesa_3_4_branch: 1.3.0.4
58 mesa_3_3: 1.3
59 mesa_3_2_1: 1.1.1.1
60 mesa_3_3_texture_env_combine2: 1.3.0.2
61 mesa_3_2: 1.1.1.1
62 mesa_3_2_beta_1: 1.1.1.1
63 mesa_3_1: 1.1.1.1
64 mesa_3_2_dev: 1.1.1.1.0.2
65 mesa_3_1_beta_3: 1.1.1.1
66 start: 1.1.1.1
67 mesa: 1.1.1
68</pre>
69
Brian Paul69449a92003-11-26 18:10:19 +000070<p>
71Most will be obsolete branches. Generally, the newer branches are at
72the top. Ask on the mesa3d-dev mailing list to learn which branches
73are active.
74</p>
75
76
Brian Paul0b27ace2003-03-08 17:38:57 +000077</body>
78</html>