see cvs.htm for just using cvs
setting up an cvs server -- anonymous or not
links
- http://www.durak.org/cvswebsites/doc/cvs_30.php: this document documents how to set up the server from an administration perspective, not from a user perspective
first steps
- export CVSROOT=/tmp/cvsroot
- chown cvs /tmp/cvsroot
- chmod ug+rwx /tmp/cvsroot
- chmod o-rwx /tmp/cvsroot
- cvs init
- cd $HOME/howto/foobar
- cvs import lcgi speigle start
used to put your sources into the cvs repository