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

RE: Svn 1.4 and viewvc

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2006-09-13 22:53:11 CEST

Yes I did get it to work. Took a while to figure it out, but this is my
Apache config as it relates to viewvc:

 

You do need to rebuild the bindings along with SVN.

 

In my <Location> block I have the following:

 

ScriptAlias /viewvc "/data/svn/docroot/viewvc.cgi"

 

In the dir that the cgi is in I have an .htaccess containing this:

 

Options +ExecCGI

AddHandler cgi-script .cgi

 

I'll probably end up moving that into the Apache config itself as a
<Directory> block. This is just how it ended up after much trial and
error. Couldn't get my old mod_python setup to work so I gave up once I
got lucky this way.

 

Hope this helps.

 

Cheers

Rob

 

________________________________

From: Brian E. Fox [mailto:brianf@reply.infinity.nu]
Sent: Wednesday, September 13, 2006 3:54 PM
To: users@subversion.tigris.org
Subject: Svn 1.4 and viewvc

 

Has anyone been successfull in using viewvc with 1.4? I'm having trouble
getting them to work even after updating the python bindings. (it is
working with 1.3.2). I'm not familiar enough with the bindings to know
if the changes on the server side are significant enough to require code
changes in viewvc or not.

 

 

Thanks,

Brian
Received on Wed Sep 13 22:53:47 2006

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.