Date: Tue, 13 Jan 2004 14:02:18 +0800 From: "Lejanson C. Go" <lejanson@ntsp.nec.co.jp> To: freebsd-cvsweb@FreeBSD.org Subject: question on cvs web Message-ID: <400389EA.7040106@hq.ntsp.nec.co.jp>
index | next in thread | raw e-mail
Hello Good day,
I got this error after I install CVS Web on my RH 7.3 Linux Box.
Running Apache 2 and Perl 5.6.
--
Error
Error: $cvstreedefault points to a repository (local) not defined in
%CVSROOT (edit your configuration file /usr/local/cvsweb-2.0.6/cvsweb.conf)
--
This is my config in the cvsweb.conf:
--
@CVSrepositories = (
'local' => ['Local Repository', '/home/cvsuser/repository'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
# 'openbsd' => ['OpenBSD', '/home/ncvs'],
# 'netbsd' => ['NetBSD', '/home/ncvs'],
# 'ruby' => ['Ruby', '/var/anoncvs/ruby'],
);
# This tree is enabled by default when
# you enter the page
$cvstreedefault = $CVSrepositories[2 * 0]; # The first one
--
what are the other things i need to change?
Any help is appreciated. Thanks a lot.
Lejanson
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?400389EA.7040106>
