info-cvs
[Top][All Lists]
Advanced

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

RE: Cannot checkout modules


From: Ripalda-Marin, Miguel-Angel
Subject: RE: Cannot checkout modules
Date: Fri, 26 Apr 2002 15:50:49 +0100

I have come up to one proposed soñution for this problem, changing the
/etc/xinetd.d/cvspserver settings to look like this:

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

... but now I get the following error when checking out my modules:
cvs checkout -P Documentación (in directory D:\Trabajo\WebPhone)
cvs checkout: authorization failed: server 208.1.34.222 rejected access to
/home/cvs for user developer

Miguel Ángel Ripalda Marín



reply via email to

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