Larry: I´ve got the following:

cvspub@quigon:~$ tail /etc/xinetd.conf
service cvspserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        passenv         = PATH
        server          = /usr/sbin/cvs-pserver
        serverargs      = -f --allow-root=/u01/cvs/lempert pserver
}
cvspub@quigon:~$ export
CVSROOT=:pserver:cvspub:[EMAIL PROTECTED]:/u01/cvs/lempert
cvspub@quigon:~$ cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/u01/cvs/lempert
/u01/cvs/lempert: no such repository
cvspub@quigon:~$

Alejandro Gómez
IT Analyst
Lempert y Asociados S.A.

Donaciano del Campillo 2068
Cerro de las Rosas
X 5009 JRZ
Córdoba - Argentina
(+54+351) 481-6001 Ext. 105/107
[EMAIL PROTECTED]
http://www.lempert.com.ar

----- Original Message -----
From: "Larry Jones" <[EMAIL PROTECTED]>
To: "Peter Parker" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 07, 2002 1:33 PM
Subject: Re: no such repository


> Peter Parker writes:
> >
> >         server_args     = -f --allow-root=/home/cvs pserver
> [...]
> > Logging in to :pserver:mtree@spongebob:2401/home/cvs/
> > cvs [login aborted]: /home/cvs/: no such repository
>
> The repositories have to match *exactly* -- you'll note that the
> repository you asked for (which appears in the error message) has a
> trailing slash that does not appear in the --allow-root= argument to the
> server.  Get rid of that trailing slash and all should be well.
>
> -Larry Jones
>
> Santa's gonna skip this block for years. -- Calvin
>
>
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs



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

Reply via email to