info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no such repository


From: Peter Parker
Subject: Re: no such repository
Date: Sun, 06 Oct 2002 23:37:57 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

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:address@hidden: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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]