From 162c3605382e50637d50653093284a76b0d60c1f Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 4 May 2004 12:24:57 +0000 Subject: [PATCH] Fixed CVS hosts --- lang/en/docs/cvs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/docs/cvs.html b/lang/en/docs/cvs.html index d367cc9f7f..b3d24face0 100644 --- a/lang/en/docs/cvs.html +++ b/lang/en/docs/cvs.html @@ -48,7 +48,7 @@

It's best to put this in your .bashrc or .cshrc so you don't have to type it all the time. Then, check out Moodle using this (all one line):

-
cvs -z3 -d:ext:myusername@cvs.moodle.sourceforge.net:/cvsroot/moodle co moodle
+
cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co moodle

Don't try to do run this first CVS command into an existing moodle directory - start fresh with a new directory.

@@ -105,7 +105,7 @@ update -dP
4. Copy this text into the CVSROOT field (using your own username!):

-
 :ext:myusername@cvs.moodle.sourceforge.net:/cvsroot/moodle
+
 :ext:myusername@cvs.sourceforge.net:/cvsroot/moodle


5. Press the button: "Fetch list...".
-- 2.39.5