From: Brian Paul
+Mesa's CVS repository (code management system) is hosted on
+freedesktop.org.
+
+You may access the repository either as an
+anonymous user (read-only) or as a
+developer
+(read/write).
+
+You may also
+browse the CVS repository.
+
+Anonymous, public, read-only access to the CVS repository is available.
+Here are the basic instructions for Unix systems:
+ To update your Mesa CVS source to the latest CVS source:
+Mesa developers working with the Mesa CVS repository need to first
+have an account on
+freedesktop.org.
+You can request an account from Eric Anholt.
+
+Once your account is established, you can check out the Mesa CVS tree
+with:
+
+Of course, replace yourusername with your actual login name.
+
+Subsequent updates should only require:
+
-Anonymous, public, read-only access to the code in CVS is
-available. Here are the basic instructions for Unix systems:
- To update your Mesa CVS source to the latest CVS source:
-
- You can browse the Mesa source code in CVS
-here.
-
-
+The Mesa CVS server has been moved to
+freedesktop.org because of problems with SourceForge's anonymous
+CVS service.
+ Please see the CVS access page for details.
+
CVS Access
+
+Anonymous CVS Access
+
+
+
+
+
+
+ cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa login
+
+ Just press Enter/Return when prompted for a password.
+
+
+
+ cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa co Mesa
+
+
+
+
+
+
+cd Mesa
+cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update
+Developer CVS Access
+
+
+ setenv CVS_RSH ssh (if using a csh-like shell)
+
+OR
+
+ export CVS_RSH=rsh (if using a bash-like shell)
+
+followed by:
+
+ cvs -d:ext:yourusername@pdx.freedesktop.org:/cvs/mesa co Mesa
+
+
+
+ cvs update
+
+
+
+
+
+
diff --git a/docs/cvs_anonymous.html b/docs/cvs_anonymous.html
deleted file mode 100644
index e1f8952..0000000
--- a/docs/cvs_anonymous.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-Anonymous CVS
-
-
-
-
-cvs -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
- login
- CVS password:
prompt.
- cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
- co Mesa-newtree
-
-
-
-cd Mesa
- cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
- update
-News
+December 28, 2003
+
+December 17, 2003
@@ -741,6 +753,6 @@ source code.