info-cvs
[Top][All Lists]
Advanced

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

CVS server + WinCVS client + GSSAPI (gserver)


From: Jean LEE
Subject: CVS server + WinCVS client + GSSAPI (gserver)
Date: Mon, 21 Jun 2004 19:26:57 -0000

Hello all,

I'm new to CVS and I would like to make a CVS server (with cvs-1.11.15) on a
Redhat 7.3 station and access this server with a WinCVS 1.3.13 client on a
WinXP station. I am using the gserver access method.

On the server, I configured the server as it is described in
cderqvist-1.11.15.pdf :

-configure cvs with --with-gssapi and --enable-encrypt
options --prefix=/usr/local/cvs
-make
-make install
-entered CVSROOT variable as /usr/local/cvs/cvsroot
-cvs init

-create the pserver :
        service cvspserver
        {
        port=2401
        socket_type = stream
        protocol=tcp
        wait=no
        user=root
        server = /usr/local/cvs/bin/cvs
        server_args = -f --allow-root=/usr/local/cvs/cvsroot pserver
        }

-restart xinetd
-verifying that xinetd is listening on port 2401
-create an empty 'passwd' file
-set SystemAuth=no in the 'config' file using CVS.

On the client, I configured WinCVS like this :

Admin -> Preferences ->     Authentication :     gserver
                                            Path:
/usr/local/cvs/cvsroot
                                            host adress:
192.168.0.1

                                            Encryption turned off

Remote -> Checkout module ->     module name and path: CVSROOT/config
                                                        local folder to
checkout to : C:\test\

On the WinCVS client, I receive the message :
cvs checkout -P CVSROOT/config (in directory C:\test)

cvs [checkout aborted]: the :gserver: access method is not installed on this
system

***** CVS exited normally with code 1 *****

Does anybody knows from where it comes from?

Thanks for any help.




reply via email to

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