ubuntu
groupadd cvsadmin vi /etc/group
cvs -d /cvsroot init export CVSROOT=/cvsroot
create a user to serve the cvsroot to remote peer (so far only one) through SSH
useradd -m USER -g users USER chown -R USER:users /cvsroot/