hey friends,<br>
<br>
<br>
I am using cvs on FC3 and I have recently configured Viewcvs for
browsing the repository on FC3.The cvs client which we are using is
tortoise cvs on windows xp.<br>
<br>
I want to configure tortoise cvs to show all the modules and the web log but the problem we are facing is that<br>
<br>
tortoise cvs needs full path to the repository to pull the modules list
and to show the web log  and the viewcvs is using the script alias<br>
<br>
<a href="http://172.16.1.10/viewcvs">http://172.16.1.10/viewcvs</a> is the url through which we can view the repository and the tortoise cvs needs this url<br>
<br>
<a href="http://172.16.1.10/opt/test/">http://172.16.1.10/opt/test/</a>  <br>
 <br>
means full path to the repository.<br>
<br>
viewcvs.conf file under /etc/httpd/conf.d<br>
<br>
ScriptAlias /viewcvs "/usr/viewcvs/cgi/viewcvs.cgi"<br>
<location /viewcvs><br>
   AddHandler python-program .py<br>
   PythonPath "['/usr/viewcvs/lib']+sys.path"<br>
   PythonHandler apache<br>
   PythonDebug On<br>
</location><br>
<br>
How do I configure Apache so that we can achieve both objectives that
we can fetch the modules list & see the web log through tortoise
cvs and at the same time view the repository through the browser?<br>
<br>
<br>
Please let me know if you need any further inputs.<br>
<br>
Thanks & Regards<br>
<br>
Ankush grover<br>