Skip to content

Categories:

How to get a CVS server working on sarge

If you’ve installed the default cvs package on Debian sarge, but chose not to configure it as a CVS server, you’ve got problems when you want to correct that. So far I’ve followed these steps:

  1. Remove and reinstall cvs package. Didn’t help.
  2. Create a cvs user
  3. Change ownership of /var/lib/cvs to cvs user
  4. Add
    2401 stream tcp nowait root /usr/local/bin/cvs cvs --allow-root=/var/lib/cvs pserver
    to /etc/inetd.conf

Hmm, nothing I tried worked. I just found another machine with no prior CVS install and made it work there.

Posted in general.

Tagged with .