CVS Configuration Problem.

Gaurav Nigam G.Nigam at zensar.com
Thu Jul 8 11:42:36 UTC 2004


Hi All,

Need some help rgdv CVS configuration.

I am getting the Error when I try to commit/edit some file or the project -
"/home/Projects_Repository/H2_2004_2005_CURRENT: no such repository"


On the client machine I have set CVSROOT as 
:pserver:root@<Server IP>:2401/home/Projects_Repository/H2_2004_2005_CURRENT/


On the Server machine I have set /etc/xinetd.d/cvspserver file as 
service cvspserver
{
        port            = 2401
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        passenv         = PATH
        server          = /usr/bin/cvs
        server_args = -f --allow-root=/home/Projects_Repository/H2_2004_2005_CURRENT/ pserver
}

Please Help.

Rgds,
Gaurav.







More information about the redhat-list mailing list