You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2006/09/13 19:54:05 UTC

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

RE: Svn 1.4 and viewvc

Posted by Rob van Oostrum <ro...@blastradius.com>.
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