[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: ViewCVS with Subversion and Mandrake.

From: Campbell, Matthew A <Matthew.Campbell_at_Relizon.com>
Date: 2004-07-21 19:35:56 CEST

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
Received on Wed Jul 21 19:42:10 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.