3 <TITLE>CVS Access
</TITLE>
5 <link rel=
"stylesheet" type=
"text/css" href=
"mesa.css"></head>
12 Mesa's CVS repository (code management system) is hosted on
13 <a href=
"http://www.freedesktop.org" target=
"_parent">freedesktop.org
</a>.
17 You may access the repository either as an
18 <a href=
"#anonymous">anonymous user
</a> (read-only) or as a
19 <a href=
"#developer">developer
</a>
25 <a href=
"http://freedesktop.org/cgi-bin/viewcvs.cgi/mesa/Mesa/"
26 target=
"_parent">browse the CVS repository
</a>.
31 <H2>Anonymous CVS Access
</H2>
34 Anonymous, public, read-only access to the CVS repository is available.
35 Here are the basic instructions for Unix systems:
39 <li>Install CVS client software on your computer if needed.
40 Version
1.9.28 is known to work.
41 <li>Login as an anonymous user:
43 cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa login
45 Just press Enter/Return when prompted for a password.
48 <li>Check out the code:
50 cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa co Mesa
55 <p>To update your Mesa CVS source to the latest CVS source:
</p>
58 <li><code>cd Mesa
</code>
59 <li><code>cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update
</code>
64 <H2>Developer CVS Access
</H2>
67 Mesa developers working with the Mesa CVS repository need to first
68 have an account on
<a href=
"http://www.freedesktop.org" target=
"_parent">
70 To get an account, please ask Brian or the other Mesa developers for
72 Then, if there are no objections, follow this
73 <a href=
"http://www.freedesktop.org/wiki/AccountRequests" target=
"_parent">
78 Once your account is established, you can check out the Mesa CVS tree
81 setenv CVS_RSH ssh (if using a csh-like shell)
85 export CVS_RSH=rsh (if using a bash-like shell)
89 cvs -d:ext:yourusername@pdx.freedesktop.org:/cvs/mesa co Mesa
93 Of course, replace
<em>yourusername
</em> with your actual login name.
97 Subsequent updates should only require: