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

ViewCVS with Subversion and Mandrake.

From: Cockerham, John (US SSA) <john.cockerham_at_baesystems.com>
Date: 2004-07-21 19:36:47 CEST

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
Received on Wed Jul 21 19:37:24 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.