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 (20 lines) | stat: -rw-r--r-- 539 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
20
# This must be valid -*- perl -*- code
# Configuration file for vcsweb

# Include any lib directories
#use lib '/lib/place';

# Need to know the top dirs for the projects
#  keys: repository name
#  values: argument to VCS::Dir->new - see VCS::Dir(3pm)

%projects = (        
#	     'foobar'	=> 'vcs://localhost/VCS::Cvs/home/user/cvscheckout/foo/bar/',
#	     'smile'	=> 'vcs://localhost/VCS::Rcs/home/user/rcsprojects/smile/',
);

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

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

1;