你给出的这个路径设置方法应该是很早以前的吧,我在2.0.6版本里面找不到相应的路径,比对之后觉得下面的这个有点像,想问下是不是就是这个?
相应路径如下所示:
##############
# CVS Root
##############
# CVSweb can handle several CVS-Repositories
# at once. Enter a short symbolic names and the
# full path of these repositories here.
# NOTE that the symbolic names may not contain
# whitespaces.
# Note, that cvsweb.cgi currently needs to have physical access
# to the CVS repository so :pserver:someone@xyz.com:/data/cvsroot
# won't work!
# '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'],
);
是要对这里的东东进行修改吗?