=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.16 retrieving revision 3.18 diff -u -p -r3.16 -r3.18 --- cvsweb/Attic/cvsweb.conf 2001/01/02 12:23:20 3.16 +++ cvsweb/Attic/cvsweb.conf 2001/01/03 08:57:49 3.18 @@ -7,7 +7,7 @@ # 2000 A. MUSHA # based on work by Bill Fenner # $zId: cvsweb.conf,v 3.27 2000/07/27 10:16:39 kcoar Exp $ -# $Id: cvsweb.conf,v 3.16 2001/01/02 12:23:20 knu Exp $ +# $Id: cvsweb.conf,v 3.18 2001/01/03 08:57:49 knu Exp $ # ### @@ -23,27 +23,19 @@ # to the CVS repository so :pserver:someone@xyz.com:/data/cvsroot # won't work! -# 'symbolic_name' => 'path_to_the_actual_repository' -%CVSROOT = ( - 'local' => '/home/cvs', -# 'freebsd' => '/home/ncvs', -# 'openbsd' => '/home/ncvs', -# 'netbsd' => '/home/ncvs', -# 'ruby' => '/var/anoncvs/ruby', - ); +# 'symbolic_name' => ['name_to_display', 'path_to_the_actual_repository'] +# Listed in the order specified: +@CVSrepositories = ( + 'local' => ['Local Repository', '/home/cvs'], +# 'freebsd' => ['FreeBSD', '/home/ncvs'], +# 'openbsd' => ['OpenBSD', '/home/ncvs'], +# 'netbsd' => ['NetBSD', '/home/ncvs'], +# 'ruby' => ['Ruby', '/var/anoncvs/ruby'], + ); -# 'symbolic_name' => 'name_to_display' -%CVSROOTdescr = ( - 'local' => 'Local Repository', -# 'freebsd' => 'FreeBSD', -# 'openbsd' => 'OpenBSD', -# 'netbsd' => 'NetBSD', -# 'ruby' => 'Ruby', - ); - # This tree is enabled by default when # you enter the page -$cvstreedefault = 'local'; +$cvstreedefault = $CVSrepositories[2 * 0]; # The first one ############## # Bug tracking system options @@ -392,7 +384,7 @@ $edit_option_form = (not $dirtable); # cvs, rlog, rcsdiff # gzip (if you enable $allow_compress) # tar,rm (if you enable $allow_tar) -$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin'; +$command_path = '/bin:/usr/bin:/usr/local/bin'; # If you have files which automatically refers to other files # (such as HTML) then this allows you to browse the checked