Hi,

I wish to enable access to multiple $CVSROOT entries
through the pserver. I have introduced the following
line through the inetd.conf file :
 
cvspserver  stream  tcp  nowait  root  \
/home/cvs/cvsroots.sh    pserver

The file /home/cvs/cvsroots.sh has the following
entry:
#!/usr/bin/ksh

/home/cvs/local/bin/cvs cvs -f  \
--allow-root=/home/cvsdepot --allow-root=/home/cvstest

I have also made corresponding entries in the passwd
files.

But while trying to through WinCvs I get an error
message :
/home/cvstest: no such repository
cvs login: authorization failed: server serverA
rejected access to /home/cvstest for user userA

What could be the problem ?

Best Regards
Srijit.


=====


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to