There is much information about the Concurrent Version System on the Internet. A must read is Cederqvist, http://www.cvshome.org/docs/manual .
This webpage is dedicated to system administrators of CVS servers.
/etc/inetd.conf
( or the /etc/xinetd.conf )
there should be line like cvspserver stream tcp nowait.400 root /usr/sbin/tcpd /usr/bin/cvs -b /usr/bin --allow-root=/home/cvs pserverThe /home/cvs is what will be called
$CVSROOT /etc/services $CVSROOT directory ( cd /home/cvs )
their you will find something like CVSROOT hs projectx websiteprojectx and website are called modules. A ls -l would show
p:/home/cvs$ ls -l total 3 drwxrwsr-x 3 cvs cvs 1024 Nov 25 2001 CVSROOT drwxrwsr-x 2 cvs cvs 1024 Oct 25 2001 hs drwxrwsr-x 3 stappers cvs 1024 Nov 23 2001 projectx drwxrwsr-x 4 stappers cvs 1024 Nov 7 06:25 websiteNotice the file ownership.
This all is an installed and even in use CVS system.
Stopped working on this document. There are much better sources on the web.