info-cvs
[Top][All Lists]
Advanced

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

Re: no such repository


From: Vincent YSMAL
Subject: Re: no such repository
Date: Fri, 01 Apr 2005 21:35:48 +0200
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

Jim.Hyslop a écrit :
Vincent YSMAL wrote:

Hi, I just installed Cvs on a Fedora Core 3,
i init the cvsroot, put the --allow-root in xinetd.d,
but when i try to log on in pserver mode, i always got a error message : no such repository.
Can anyone help me

Double-check to make sure the repository part of your $CVSROOT exactly
matches the --allow-root. If that doesn't help, please post the exact error
message, along with the exact command you issued.

ok, i double-check, and everthing seems matching.
So my $CVSROOT :
  ~]# echo $CVSROOT
  /cvsroot

then i make a cvs init

my /etc/xinetd.d/cvspserver file :

service cvspserver
{
   disable = no
   wait = no
   protocol = tcp
   user = root
   socket_type = stream
   log_on_failure += USERID
   port = 2401
   server = /usr/bin/cvs
   server_args = --allow-root=/cvsroot pserver
}

then when i try some cvs login, i got :
~]# cvs -d :pserver:address@hidden:/cvsroot login
Logging in to :pserver:address@hidden:2401/cvsroot
CVS password:
/cvsroot: no such repository

If you've got an idea, thanks


reply via email to

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