Author: kwade Update of /cvs/fedora/web/html/About/Projects In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12073 Modified Files: docs.php Log Message: updating to modern CVS server location Index: docs.php =================================================================== RCS file: /cvs/fedora/web/html/About/Projects/docs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- docs.php 6 Dec 2005 06:53:02 -0000 1.3 +++ docs.php 6 Dec 2006 21:36:44 -0000 1.4 @@ -95,7 +95,7 @@ recently changed.</p> <p><code class=\"screen\"> - export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxx:/cvs/docs<br> + export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxx:/cvs/docs<br> cvs -z3 login<br> cvs -z3 co docs-common<br> cvs -z3 co <<em>name-of-module</em>><br> @@ -103,7 +103,7 @@ </p> <p> The first check-out command grabs the set of common files you need to build the documents, including stylesheets, common XML components, and stylesheet images. In the second check-out command, replace <<em>name-of-module</em>> with the name of the CVS module you are interested in, such as <em>documentation-guide</em>. If you do not know the name of the document module, you can see a listing of all modules in CVS with these commands:</p> <p><code class=\"screen\"> - export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxx:/cvs/docs<br> + export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxx:/cvs/docs<br> cvs -z3 login<br> cvs -z3 co -c<br> </code></dd>