[cvsnt] question with cvsweb
Rick Y
msg_2222 at yahoo.com
Tue Apr 8 00:28:50 BST 2003
what should be my client win2k's url path to view
repository?.
followed the instructinos as:
(1)
##############
# 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 at xyz.com:/data/cvsroot
# won't work!
# 'symbolic_name' 'path_to_the_actual_repository'
%CVSROOT = (
'Development' =>
'/home/cvsowner/cvsd-root/example'
# 'Configuration' => '/tmp/cvsroot/conf',
# 'HTML-files' => '/tmp/upload'
);
# This tree is enabled by default when
# you enter the page
$cvstreedefault = 'Development';
Modify the file /home/httpd/cgi-bin/cvsweb.cgi as
shown below (modify the $config path)
##### Start of Configuration Area ########
# == EDIT this ==
# User configuration is stored in
$config = $ENV{'CVSWEB_CONFIG'} ||
'/etc/httpd/conf/cvsweb.conf';
(2)
setup httpd on port 80.
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
More information about the cvsnt
mailing list