File: vcsweb.ini

package info (click to toggle)
libvcs-perl 0.14-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 264 kB
  • ctags: 282
  • sloc: perl: 1,083; makefile: 567
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The configuration file for vcsweb
# All code must be valid Perl...

# Include any lib directories

use lib '/lib/place';

# Need to know the top dirs for the projects
# format: name => argument_to_VCS::Dir->new

%projects = (        
    'Project NAME' => 'vcs://localhost/VCS::Rcs/project/NAME/location/',
    'Project OTHER' => 'vcs://localhost/VCS::Cvs/other/project/OTHER/location/',
);

# And set other things here (such as enviroment variables...)

$ENV{'CVSROOT'} = '/project/cvsroot';