Digital Material Repository Instructions
Linux
- Check out
- cd to the directory in which you would like the DigitalMaterial code to
reside and type:
cvs -d :pserver:anonymous@www.cfg.cornell.edu:/home/cvsroot/DigitalMaterial co DigitalMaterial
- Update
- cd to the directory you would like to update and type:
cvs -d :pserver:anonymous@www.cfg.cornell.edu:/home/cvsroot/DigitalMaterial update
Windows with Cygwin
- Check out
- Type:
export CVSROOT=:pserver:anonymous@www.cfg.cornell.edu:/home/cvsroot/DigitalMaterial
cvs login
cvs co DigitalMaterial
- Update
- Type:
export CVSROOT=:pserver:anonymous@www.cfg.cornell.edu:/home/cvsroot/DigitalMaterial
cvs login
cvs update
Windows with TortoiseCVS
- Check out
- Open the directory you would like the DigitalMaterial code to reside in with
Windows Explorer. From the file menu or by left clicking in the folder choose
CVS checkout. Set the server to www.cfg.cornell.edu, server type to
:pserver:, username to anonymous, directory to home/cvsroot/DigitalMaterial, and module to DigitalMaterial. Click "OK".
- Update
- Open the directory you would like to update with Windows Explorer. From the
file menu or by left clicking in the folder choose CVS update.
Questions or comments? Contact Valerie Coffman.