diff --git a/docs/contents.html b/docs/contents.html index ae11444fbe2..76ce458bc56 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -47,8 +47,8 @@ Developer Topics
+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: +
+ ++ 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 ++
To update your Mesa CVS source to the latest CVS source:
+ +cd Mesa
+cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update
++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: +
+ 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 ++ +
+Of course, replace yourusername with your actual login name. +
+ ++Subsequent updates should only require: +
++ cvs update ++ + + + + 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 @@ - - -
-Anonymous, public, read-only access to the code in CVS is -available. Here are the basic instructions for Unix systems: -
- -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
-To update your Mesa CVS source to the latest CVS source: - -
cd Mesa
- cvs -z3 -d:pserver:anonymous@cvs.mesa3d.sourceforge.net:/cvsroot/mesa3d
- update
-You can browse the Mesa source code in CVS -here. - -
- - - diff --git a/docs/news.html b/docs/news.html index 75c420c08b6..b6520121097 100644 --- a/docs/news.html +++ b/docs/news.html @@ -7,6 +7,18 @@+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. +
+