Vincent YSMAL a écrit :
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:[EMAIL PROTECTED]:/cvsroot login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot
CVS password:
/cvsroot: no such repository

If you've got an idea, thanks
No one have an idea ... sicc :((
_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to