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

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

Reply via email to