You have to checkout 'contrib' instead of 'moodle'.
Do this:
make a directory for your cvs checkout. call it whatever you want.
Then:
From a Unix/Linux computer
To connect and login for the first time to the CVS
server, you can use this command:
cvs -d:pserver:anonymous@cvs.moodle.sourceforge.net:/cvsroot/moodle login
There is no password - when asked for one, just hit Enter.
To checkout (
download) the entire Moodle code for the first time, use this command:
cvs -z3 -d:pserver:anonymous@cvs.moodle.sourceforge.net:/cvsroot/moodle co
contrib
Later, to update your local copy of Moodle to the current version in CVS you just need to go into your local moodle directory and type:
cvs update -dP
From a Windows computer
To get started with a fresh copy of Moodle, follow the following steps:
1. Get TortoiseCVS from tortoisecvs.org and install it, then reboot.
2. Find or create a new folder somewhere where you want Moodle to be downloaded to.
3. Right-mouse-click that folder and choose "CVS Checkout" from the menu. You should see a dialog box.
4. Copy this text into the CVSROOT field: :pserver:anonymous@cvs.moodle.sourceforge.net:/cvsroot/moodle
5. Press the button: "Fetch list...".
6. To the right of the button you'll see a list of modules: choose "contrib" from that list.
7. Press the button: "OK" and everything should be downloaded.
(paraphrased from http://
http://moodle.org/mod/resource/view.php?id=8)