Having sworn in the previous post that I would not use CVS I diddled about with it this afternoon and found that it weren't so bad.
Following destructions on the CVS for admins page I was able to get things to work. Frumentius has all it's ports blocked except 80 so I figured I'd use Barnabas for development and then port things over as they solidify.
Commands:
At this point I figured I'd get some modules from contrib. But I quickly realised that I didn't want the whole shooting match. So I browsed to the CVS site : http://us2.cvs.moodle.org and dug down until I found the directory I was interested in (mod/attendance). Now I could get just the modules or blocks I'm interested in:$ mkdir moodle_contrib
Cool, eh?
$ cd moodle_contrib
$ cvs -z3 -d:pserver:anonymous@us2.cvs.moodle.org:/cvsroot/moodle -d moodle_contrib/ co
contrib/plugins/mod/attendance
Now, all I need to do is :
Keywords: moodle, moodle_development
