=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.15 retrieving revision 3.17 diff -u -p -r3.15 -r3.17 --- cvsweb/Attic/cvsweb.conf 2001/01/01 23:15:03 3.15 +++ cvsweb/Attic/cvsweb.conf 2001/01/02 23:34:46 3.17 @@ -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.15 2001/01/01 23:15:03 knu Exp $ +# $Id: cvsweb.conf,v 3.17 2001/01/02 23:34:46 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 @@ -364,7 +356,7 @@ $allow_markup = 1; # of output if the Browser accepts # it (HTTP_ACCEPT_ENCODING=gzip) # [make sure to have gzip in the path] -$allow_compress = 1; +$allow_compress = 0; # Make use of javascript functions. # This way you can select one of your CVSroot @@ -388,9 +380,11 @@ $open_extern_window = 1; # this allows editing of all your options more intuitive $edit_option_form = (not $dirtable); -# remember to set the path to your -# rcsutils: rlog, rcsdiff (gzip if you use compression) -#$ENV{'PATH'} = '/usr/local/bin'; +# Set the path for the following commands: +# cvs, rlog, rcsdiff +# gzip (if you enable $allow_compress) +# tar,rm (if you enable $allow_tar) +$ENV{'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