see cvs.htm for just using cvs

setting up an cvs server -- anonymous or not

  1. links
  2. first steps

links

  1. 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

  1. export CVSROOT=/tmp/cvsroot
  2. chown cvs /tmp/cvsroot
  3. chmod ug+rwx /tmp/cvsroot
  4. chmod o-rwx /tmp/cvsroot
  5. cvs init
  6. cd $HOME/howto/foobar
  7. cvs import lcgi speigle start
    used to put your sources into the cvs repository