=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.16 retrieving revision 3.17 diff -u -p -r3.16 -r3.17 --- cvsweb/Attic/cvsweb.conf 2001/01/02 12:23:20 3.16 +++ 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.16 2001/01/02 12:23:20 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