<blockquote>
<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
+ <p>The command is similar for other CVS modules (such as the contrib folder or the MySQL Admin folder):</p>
+ <blockquote>
+ <pre><strong>cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co contrib</strong><br />
+<strong>cvs -z3 -d:ext:myusername@cvs.sourceforge.net:/cvsroot/moodle co mysql</strong></pre>
+ </blockquote>
+ <p>Don't try to do run this first CVS command over an existing moodle installation
- start fresh with a new directory.</p>
<p>Note that you will be prompted for <strong><font color="#990000">mypassword</font></strong>
for each command unless you set up <a target="_top" href="http://sourceforge.net/account/editsshkeys.php">authorized
<pre> :ext:<font color="#990000">myusername</font>@cvs.sourceforge.net:/cvsroot/moodle</pre>
</blockquote>
<p><br>
- 5. Press the button: "<strong>Fetch list...</strong>".<br>
- <br>
- 6. To the right of the button you should see a list of modules: choose
- "<strong>moodle</strong>" from that list.<br>
+ 5. Under the "Module" field, type "<strong>moodle</strong>" to get Moodle, "<strong>contrib</strong>" to get the contributions directory, or "<strong>mysql</strong>" to get the MySQL Admin module.<br>
<br>
7. Press the button: "<strong>OK</strong>" and everything should
be downloaded.<br>