From: Sam H. <sh...@ma...> - 2006-09-01 15:30:05
|
Hi, I moved the webwork2/courses directory to webwork2/courses.dist in the repository. Mike and Arnie have decided to treat the default courses directory as a template, and have users copy it to /opt/webwork/courses on installation. When you cvs update, you'll see an error like this one: cvs update: Updating courses cvs update: cannot open directory /webwork/cvs/system/webwork2/ courses: No such file or directory cvs update: skipping directory courses To fix it, remove the line D/courses//// from your webwork2/CVS/Entries file. Make sure you pass -d to cvs update to get the new courses.dist directory. If you've been using the webwork2/courses directory for real courses (I think most of us are not), you should make a copy of the new courses.dist => ../courses and move your existing courses from the OLD webwork2/courses directory to that directory. You can then delete the old webwork2/courses directory. Sorry for the inconvenience. -sam |