questions on cvsweb
am 13.01.2004 07:21:42 von lejansonGood day,
Is there anyone who knows how to configure CVSWeb?
I am trying to install the web interface CVSWeb in
my PC but I encountered some problems during configuration.
Below is the email I originally sent to freebsd-cvsweb
address.
Any help would be appreciated.
Thanks a lot.
Lejanson
-----------------------
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
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html