diff options
author | Brian Paul <[email protected]> | 2003-12-31 20:47:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-12-31 20:47:37 +0000 |
commit | 1fdfd54ba246cbcc4f2569ff496daf06fde832ee (patch) | |
tree | 1557e48983550a90b25358d4873bac255eb2403c /docs/cvs_anonymous.html | |
parent | 27889274101df1c2dac05e9979d3b8002663bdc6 (diff) |
updated CVS info
Diffstat (limited to 'docs/cvs_anonymous.html')
-rw-r--r-- | docs/cvs_anonymous.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/cvs_anonymous.html b/docs/cvs_anonymous.html deleted file mode 100644 index e1f89520841..00000000000 --- a/docs/cvs_anonymous.html +++ /dev/null @@ -1,37 +0,0 @@ -<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:[email protected]:/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:[email protected]:/cvsroot/mesa3d - co Mesa-newtree</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:[email protected]:/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> |