When I configure CVS to have more than 1 repository, the server will only 
allow connections to the last entry in the /etc/cvs/cvs.conf. The following 
is mine:

#/etc/cvs/cvs.conf
# Locations of CVS repositories you want to export via pserver
CVS_REPOS="/DATA/DCS"
CVS_REPOS="/DATA/Firewalls"

After restarting xinetd, I log into another networked machine. After setting 
my CVSROOT variable to:

$ export CVSROOT=:pserver:tester@merlin:/DATA/Firewalls
$ cvs login

Everything works fine. But when I set CVSROOT to:

$ export CVSROOT=:pserver:tester@merlin:/DATA/DCS
$ cvs login
The error message is:
        CVS password:
cvs [login aborted]: unrecognized auth response from merlin: no repository 
configured in /etc/cvs/cvs.conf

Does anyone else have this problem?

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


Reply via email to