Hi, CVS experts:

I get a problem when I set up CVS pserver. The problem is as following.

In the CVS pserver side, I set /etc/xinetd.d/cvspserver and re-run xinetd
at the serverside.
And then I create

        /* CVS repository */
        cvs -d /usr/local/cvsroot/ init

        /*import a module call myproject */

        /workdirectory/ cvs import -m 'myproject' myproject init start


In the pserver machine I can checkout myproject easily.


However, if I use the pserver mathod, I get permission denies!
The process I used is as following:

1. login
        cvs -d :pserver:username@hostname:/usr/local/cvsroot login

        CVS PASSWD: ******

        It seems work fine, i.e. I can login in to pserver.

2. check out myproject

        cvs -d :pserver:username@hostname:/usr/local/cvsroot checkout
                myproject


        And I got the response from pserver:
        *******
        Cannot access /usr/local/cvsroot/CVSROOT
        Permission denied
        *******


What's happen? And How can I solve this problem?

Thanks for your help!

Chien-Lung






****************************************************************************
Chien-Lung Wu                                           [EMAIL PROTECTED]
Graduate Student of ECE                                 (O) 919-513-1894
at North Carolina State University                      (H) 919-233-6724
****************************************************************************



_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to