On Wednesday 09 January 2002 05:50 am, you wrote: > 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"
Try CVS_REPOS="/DATA/DCS /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.
