CVS Configuration Problem.

MKlinke mklinke at axsi.com
Thu Jul 8 13:17:16 UTC 2004


On Thursday 08 July 2004 06:32, Gaurav Nigam wrote:
> 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.


Have you done a "cvs init" on your repository server?  

There is an archive of the CVS email list and here is a link to 
messages with your error:

http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=%22no+such+repository%22&submit=Search%21&idxname=info-cvs&max=20&result=normal&sort=score

Also, keep in mind that you cannot login to CVS as root and expect it 
to work out of the box.

Regards,  Mike Klinke





More information about the redhat-list mailing list