Obtaining problem libraries | topic started 7/19/2005; 5:11:19 PM last post 7/19/2005; 5:11:19 PM |
Michael Gage - Obtaining problem libraries 7/19/2005; 5:11:19 PM (reads: 539, responses: 0) |
Here
are methods for obtaining the various problem libraries. Typically I
store these library repositories in the following directory structure.
webwork Inside each course I use the following link to allow access to the library
.../courseName/templates/rochesterLibrary --> /webwork/rochester_problib
To obtain the libraries via CVS (the best way since this makes updating easy): look at http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS and it's links for instructions. If you have the cvs connection set up using the wwcvs alias for cvs then
wwcvs -d:ext:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/rochester co rochester_problibwill download a copy of the rochester problem library.
wwcvs -d:ext:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/union co union_problib will fetch the union problem library. --Mike |