You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Campbell, Matthew A" <Ma...@Relizon.com> on 2004/07/21 17:35:56 UTC

RE: ViewCVS with Subversion and Mandrake.

Try using http://svnhostname/viewcvs/ as your browser URL.

If that doesn't work, check to make sure your browser has mod_python.  If
not, then change your ScriptAlias to change "mod_python" to "cgi".

> -----Original Message-----
> From: Cockerham, John (US SSA) [mailto:john.cockerham@baesystems.com]
> Sent: Wednesday, July 21, 2004 1:37 PM
> To: users@subversion.tigris.org
> Subject: ViewCVS with Subversion and Mandrake.
> 
> 
> I have been fiddling with this all morning and can't seem to 
> get ViewCVS
> to work.  I am using Mandrake 10, Subversion 1.0.5 (r9954) and ViewCVS
> 1.0-dev.  Here is my current config:
> 
> Repository is at /disk0/SVN
> 
> /usr/local/viewcvs-1.0-dev/viewcvs.conf
> 
> #
> # BASIC CONFIGURATION
> #
> # For correct operation, you will probably need to change the 
> following
> # configuration variables:
> #
> #    cvs_roots (for CVS)
> #    svn_roots (for Subversion)
>     svn_parent_path = /disk0/SVN
>     default_root = Masterfiles
> #    rcs_path or cvsnt_exe_path
> #    mime_types_file
> 
> The rest is default....
> 
> /etc/httpd/conf/commonhttpd.conf
> 
> Added to ScriptAlias Section
> 
> ScriptAlias /viewcvs
> "/usr/local/viewcvs-1.0-dev/www/mod_python/viewcvs.py"
>         <location /viewcvs>
>                 AddHandler python-program .py
>                 PythonPath 
> "['/usr/local/viewcvs-1.0-dev/lib']+sys.path"
>                 PythonHandler apache
>                 PythonDebug On
>         </location>
> 
> I can get to the svn directory and see the files from my web browser
> "I.E  http://svnhostname/SVN/"  but I don't get the viewcvs 
> tools in my
> browser.   Does anyone have a clue what is wrong?
> 
> Tks
> 
> 
> John 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org