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:
//////////////////////////////////////////////
[EMAIL PROTECTED] 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:
[EMAIL PROTECTED] cvswork]# ln -s /home/cvsroot /cvswork
_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs