sorry for my delayed response, but I did specify the correct path in my 
/etc/xinetd.d/cvspserver file,

service cvspserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/home/cvs pserver
        disable         = no
}

The exact text from the message I get is

cvs login
Logging in to :pserver:mtree@spongebob:2401/home/cvs/
cvs [login aborted]: /home/cvs/: no such repository

*****CVS exited normally with code 1*****



Larry Jones wrote:

>Peter Parker writes:
>  
>
>>The error I get when I attempt to login is "no such repository"
>>    
>>
>
>That means that the repository you've specified doesn't exactly match
>any of the --allow-root= options you specified for the server in
>/etc/inetd.conf.
>
>-Larry Jones
>
>There's never enough time to do all the nothing you want. -- Calvin
>  
>




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

Reply via email to