From b5305428bb1ef2d44794c0b75bd75dfbbf5dc036 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 20 May 2004 04:12:13 +0000 Subject: [PATCH] Some fixes for CVS docs --- lang/en/docs/cvs.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/en/docs/cvs.html b/lang/en/docs/cvs.html index b3d24face0..9a6fcfe5bc 100644 --- a/lang/en/docs/cvs.html +++ b/lang/en/docs/cvs.html @@ -50,7 +50,12 @@
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 +

The command is similar for other CVS modules (such as the contrib folder or the MySQL Admin folder):

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

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

Note that you will be prompted for mypassword for each command unless you set up authorized @@ -108,10 +113,7 @@ update -dP

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


- 5. Press the button: "Fetch list...".
-
- 6. To the right of the button you should see a list of modules: choose - "moodle" from that list.
+ 5. Under the "Module" field, type "moodle" to get Moodle, "contrib" to get the contributions directory, or "mysql" to get the MySQL Admin module.

7. Press the button: "OK" and everything should be downloaded.
-- 2.39.5