]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed CVS hosts
authormoodler <moodler>
Tue, 4 May 2004 12:24:57 +0000 (12:24 +0000)
committermoodler <moodler>
Tue, 4 May 2004 12:24:57 +0000 (12:24 +0000)
lang/en/docs/cvs.html

index d367cc9f7fcdba21181db9507515141f5e4504c3..b3d24face07e64db7d15bec0ea729336c8537c30 100644 (file)
@@ -48,7 +48,7 @@
     <p>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): </p>
     <blockquote> 
-      <pre><strong>cvs -z3 -d:ext:myusername@cvs.moodle.sourceforge.net:/cvsroot/moodle co moodle</strong></pre>
+      <pre><strong>cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co moodle</strong></pre>
     </blockquote>
     <p>Don't try to do run this first CVS command into an existing moodle directory 
       - start fresh with a new directory.</p>
@@ -105,7 +105,7 @@ update -dP</strong> </pre>
         <br>
         4. Copy this text into the CVSROOT field (using your own username!):</p>
       <blockquote> 
-        <pre> :ext:<font color="#990000">myusername</font>@cvs.moodle.sourceforge.net:/cvsroot/moodle</pre>
+        <pre> :ext:<font color="#990000">myusername</font>@cvs.sourceforge.net:/cvsroot/moodle</pre>
       </blockquote>
       <p><br>
         5. Press the button: &quot;<strong>Fetch list...</strong>&quot;.<br>