From: Sam H. <sa...@uo...> - 2006-07-05 16:21:09
|
Hi All, I just removed the directory moodle_mod from the webwork2 CVS module. Moodle integration code is now in a separate module, wwmoodle. If you update your webwork2 working copy, you'll see the following error: cvs update: Updating moodle_mod cvs update: cannot open directory /webwork/cvs/system/webwork2/ moodle_mod: No such file or directory cvs update: skipping directory moodle_mod The error is harmless but annoying. To eliminate it, edit the file CVS/Entries in the root of your working copy, and remove this line: D/moodle_mod//// Then delete the moodle_mod directory. -sam |