From 0b27aceae2464db3dd149cf4fd667e353a655c5e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 8 Mar 2003 17:38:57 +0000 Subject: Documentation/website overhaul. The website content and doc/ directory are now merged and are one and the same. --- docs/cvs_anonymous.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/cvs_anonymous.html (limited to 'docs/cvs_anonymous.html') diff --git a/docs/cvs_anonymous.html b/docs/cvs_anonymous.html new file mode 100644 index 0000000000..19cac14384 --- /dev/null +++ b/docs/cvs_anonymous.html @@ -0,0 +1,37 @@ + + +Anonymous CVS + + + +

Anonymous CVS

+ +

+Anonymous, public, read-only access to the code in CVS is +available. Here are the basic instructions for Unix systems: +

+ +
    +
  1. Install CVS client software on your computer. Version 1.9.28 is known to work. +
  2. Login as an anonymous user: cvs -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + login +
  3. Just hit return at the CVS password: prompt. +
  4. Then checkout mesa: cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + co Mesa +
+ +

To update your Mesa CVS source to the latest CVS source: + +

    +
  1. cd Mesa +
  2. cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d + update +
+ +

You can browse the Mesa source code in CVS +here. + +

+ + + \ No newline at end of file -- cgit v1.2.3