1.sudo apt-get install cvsd
2.cancel the setup screen.
3.The default cvsd work directory is /var/lib/cvsd. If want to change, use cvsd-buildroot /home/cvs. Then modify /etc/cvsd/cvsd.conf, find RootJail, change /var/lib/cvsd to /home/cvs.
4. The /var/lib/cvs is default repository. If want to create a new repository, use cvs -d /home/cvs/cvsroot init. Then modify /etc/cvsd/cvsd.conf, find Repos, change /xxxxx to /cvsroot.
5. Restart cvsd.
6. Add New repository, cvs -d /home/cvs/newproject init
Extended Reading Secure CVS Pserver Mini-HOWTO


