mkdir /home/cvs cvs -d /home/cvs initand add the following line to /etc/inet/inetd.conf:
cvspserver stream tcp nowait root /usr/local/cvs cvsv --allow-root=/home/cvs pserverNext we need to set up the CVS password file:
echo ``remoteuser:cryptpass:localuser'' >>/home/cvs/CVSROOT/passwdYou can use cryptit to encrypt a password:
cryptit nameofdog ==> Encrypted version of nameofdog = F3D4D74323E2A1
There are various front-end programs for working with CVS.
The most popular one is called Cervisia [12].