info-cvs
[Top][All Lists]
Advanced

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

Re: cvs pserver "no such repository"


From: ankush grover
Subject: Re: cvs pserver "no such repository"
Date: Thu, 16 Mar 2006 11:42:03 +0530



On 14 Mar 2006 04:53:15 -0800, address@hidden < address@hidden> wrote:
After creating the repository, checking files in and out, creating
inetd services, i always got the error "no such repository" after login
into cvs with pserver.

The trick was to provide full path to the CVS command in inetd.conf ..
the cvs call comes from root, so be shure that it can call the
programm.

inetd.conf:
cvspserver  stream  tcp     nowait  root    /applicat/cvs-1.11.21/cvs
/applicat/cvs-1.11.21/cvs -f -T /temp  --allow-root=/data/cvs

Hope this helps.

hey,

Did you initialize the repository .

cvs -d /home/cvs init(if your on the same machine as on cvs)

or cvs -d :pserver:address@hidden:/pathtorepo init

then try to login

cvs -d :pserver:address@hidden:/pathtorepo login

read this page for redhat linux
http://www.freeos.com/articles/4608/

Regards

Ankush Grover

reply via email to

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