Date: Wed, 7 May 2008 16:11:29 -0400 (EDT) From: "Jonathan Noack" <noackjr@alumni.rice.edu> To: "sanjay dalal" <sanjaydalal4u@gmail.com> Cc: freebsd-cvsweb@freebsd.org Subject: Re: Error:No valid CVS roots found Message-ID: <51070.192.168.1.10.1210191089.squirrel@www.noacks.org> In-Reply-To: <e385726a0805062216p1c04fd74mabf6162325ffec2a@mail.gmail.com> References: <e385726a0805062216p1c04fd74mabf6162325ffec2a@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
On Wed, May 7, 2008 01:16, sanjay dalal wrote:
> Hi,
> I m getting this error
> Error: No valid CVS roots found! See @CVSrepositories in the configuration
> file (/etc/cvsweb/cvsweb.conf).
>
> how to resolve this can u help me???
Sanjay,
Have you configured the @CVSRepositories option in your cvsweb.conf? If
so, have you perhaps forgot to remove the '#' commenting out the line?
Below is the relevant portion of my cvsweb.conf:
$ grep -m1 -A6 CVSrepositories /usr/local/etc/cvsweb/cvsweb.conf
@CVSrepositories = (
'optimator' => ['optimator', '/usr/home/cvsroot'],
'freebsd' => ['FreeBSD', '/home/ncvs'],
# 'openbsd' => ['OpenBSD', '/var/ncvs'],
# 'netbsd' => ['NetBSD', '/var/ncvs'],
# 'ruby' => ['Ruby', '/var/anoncvs/ruby'],
);
Regards,
-Jonathan
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51070.192.168.1.10.1210191089.squirrel>
