Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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