diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-08 17:38:57 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-08 17:38:57 +0000 |
commit | 0b27aceae2464db3dd149cf4fd667e353a655c5e (patch) | |
tree | a8df88dd0893e04a6fe4f125ddd361a1bde9d7ae /docs/cvs_anonymous.html | |
parent | dc32636cfd38916ad7b2150e10765026dbb64ce5 (diff) |
Documentation/website overhaul. The website content and doc/ directory
are now merged and are one and the same.
Diffstat (limited to 'docs/cvs_anonymous.html')
-rw-r--r-- | docs/cvs_anonymous.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/cvs_anonymous.html b/docs/cvs_anonymous.html new file mode 100644 index 000000000..19cac1438 --- /dev/null +++ b/docs/cvs_anonymous.html @@ -0,0 +1,37 @@ +<HTML> + +<TITLE>Anonymous CVS</TITLE> + +<BODY text="#000000" bgcolor="#55bbff" link="#111188"> + +<H1>Anonymous CVS</H1> + +<p> +Anonymous, public, read-only access to the code in CVS is +available. Here are the basic instructions for Unix systems: +</p> + +<ol> + <li>Install CVS client software on your computer. Version 1.9.28 is known to work. + </li><li>Login as an anonymous user: <code>cvs -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + login</code> + </li><li>Just hit return at the <code>CVS password:</code> prompt. + </li><li>Then checkout mesa: <code>cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + co Mesa</code> +</li></ol> + +<p>To update your Mesa CVS source to the latest CVS source: + +</p><ol> + <li><code>cd Mesa</code> + </li><li><code>cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + update</code> +</li></ol> + +<p>You can browse the Mesa source code in CVS +<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mesa3d/">here. +</a> +</p> + +</body> +</html>
\ No newline at end of file |