>>>>> "RK" == Rafal Kedziorski <[EMAIL PROTECTED]> writes:

RK> Hallo, I want install cvs on my computer. Repository will be mounted
RK> from other computer on /share/repo. Which permissions should habe my
RK> repository, when I want mount it?

If you're mounting repository from another computer to your local file
hierarchy (via NFS, AFS or the like), you don't need any :pserver:.  Just

        export CVSROOT=/share/repo


If you're sure you want to use :pserver:, and "will be mounted" is just a
misconception, then read on :)

RK> Then I do this:

RK> raf@ebase:~ > export CVSROOT=:pserver:raf@ebase:/share/repo/3dguide

Try to omit "3dguide" part. I. e.:

        export CVSROOT=:pserver:raf@ebase:/share/repo

You will then work with '3dguide' module as 

        cvs co 3dguide 

etc...

RK> raf@ebase:~ > cvs login cvs login (Logging in to raf@ebase) CVS
RK> password: cvs [login aborted]: authorization failed: server ebase
RK> rejected access

RK> What going hier wrong? /etc/inet.conf is correctly defined. I have
RK> defined ~/.cvspass with the same password like in /etc/passwd.

Make sure that "SystemAuth" is specified in /share/repo/CVSROOT/config. 

Hope that helps.

-- alexm

Reply via email to