[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf between version 3.16 and 3.18

version 3.16, 2001/01/02 12:23:20 version 3.18, 2001/01/03 08:57:49
Line 23 
Line 23 
 # to the CVS repository so :pserver:someone@xyz.com:/data/cvsroot  # to the CVS repository so :pserver:someone@xyz.com:/data/cvsroot
 # won't work!  # won't work!
   
 # 'symbolic_name' => 'path_to_the_actual_repository'  # 'symbolic_name' => ['name_to_display', 'path_to_the_actual_repository']
 %CVSROOT = (  # Listed in the order specified:
             'local'     => '/home/cvs',  @CVSrepositories = (
 #           'freebsd'   => '/home/ncvs',                      'local'     => ['Local Repository', '/home/cvs'],
 #           'openbsd'   => '/home/ncvs',  #                   'freebsd'   => ['FreeBSD',          '/home/ncvs'],
 #           'netbsd'    => '/home/ncvs',  #                   'openbsd'   => ['OpenBSD',          '/home/ncvs'],
 #           'ruby'      => '/var/anoncvs/ruby',  #                   '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  # This tree is enabled by default when
 # you enter the page  # you enter the page
 $cvstreedefault = 'local';  $cvstreedefault = $CVSrepositories[2 * 0];      # The first one
   
 ##############  ##############
 # Bug tracking system options  # Bug tracking system options
Line 392  $edit_option_form = (not $dirtable);
Line 384  $edit_option_form = (not $dirtable);
 #   cvs, rlog, rcsdiff  #   cvs, rlog, rcsdiff
 #   gzip (if you enable $allow_compress)  #   gzip (if you enable $allow_compress)
 #   tar,rm (if you enable $allow_tar)  #   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  # If you have files which automatically refers to other files
 # (such as HTML) then this allows you to browse the checked  # (such as HTML) then this allows you to browse the checked

Legend:
Removed from v.3.16  
changed lines
  Added in v.3.18

CVSweb