Hi,

I'm new to cvs

When I try to checkout using the pserver I get the following message:

cvs server: cannot open /root/.cvsignore: Permission denied
cvs checkout: in directory test:
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs [server aborted]:can't chdir(/root): Permission denied

Logging in goes whitout problems.


Here is my xinetd configuration file:

service cvspserver
{
        disable                 = no
        socket_type     = stream
        protocol                = tcp
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = --allow-root=/home/cvs/practicalc pserver
}


Can somebody help whit this

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

Reply via email to