cvs and wincvs error

Jerry Feldman gerald.feldman at hp.com
Thu Jun 2 13:29:17 EDT 2005


On Thursday 02 June 2005 12:14 pm, Dave Peters wrote:
> Hello,
>
> I am new to cvs. I just setup cvs server (cvs-1.11.17)
> on redhat AS 4 linux box. I also setup wincvs client
> (WinCVS 2.) on all windows so they can access cvs
> server.
>
> On wincvs setup, It is use C:\Program Files\GNU\WinCvs
> 2.0\wincvs.exe.
> Once I try from Admin > logon
>
> :pserver:test at cvs.systems.com:2401:/usr/local/testmodule
>
> I did not receive any respond, not error.
> Did I miss anything or what I need to do?
First, make sure that your server is listening on port 2401:
If it is not, you will get a connection refused error. 
To do this, you must have xinetd running, and you can add a section 
into /etc/xinetd.d:
service cvspserver
{
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        passenv             =
        server              = /usr/bin/cvs
        server_args         = --allow-root=<path to cvs root> pserver -f
}
And call this cvspserver.



-- 
Jerry Feldman <gerald.feldman at hp.com>
Partner Technology Access Center (contractor) (PTAC-MA)
Hewlett-Packard Co.
550 King Street LKG2a-X2
Littleton, Ma. 01460
 (978)506-5243



More information about the Discuss mailing list