info-cvs
[Top][All Lists]
Advanced

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

I have encounter a problem in CVS setup


From: chianshin
Subject: I have encounter a problem in CVS setup
Date: 31 May 2005 13:03:48 -0700
User-agent: G2/0.2

After I setup it, I use winCVS to navigate the cvs respository.

But I always encounter the error report: cannot open  /root/.cvsignore:

////////////////////////////////////
cvs update -P -A -d -C (in directory C:\cvswork\MJcode\)
cvs server: cannot open /root/.cvsignore: Permission denied
 //^^^^^^^^^^^^^^^^^^^^^^^^^^^why?????????
cvs server: Updating .
cvs server: Updating SourceCodeDir1
//.... it works properly.


I setup with it with the following scipt:
//////////////////////////////////////////////
address@hidden cvswork]# cat /etc/xinetd.d/cvspserver
# default: on
# description: The cvspserver is created by chianshin. 2005.05.31 \
service cvspserver
{
        disable                 = no
        flags                   = REUSE
        socket_type             = stream
        wait                    = no
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/bin/cvs
        server_args             = --allow-root=/cvswork
--allow-root=/home/cvsroot  pserver
}
////////////////////////////////////////////
And the directory cvswork is created by the following command line:
address@hidden cvswork]# ln -s /home/cvsroot  /cvswork



reply via email to

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