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

Re: Using Apache handlers with Subversion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-19 04:33:47 CEST

Robert Leftwich <robert@leftwich.info> writes:

> If I try the same thing in my svn location the handler never gets
> called (but the svn location is working correctly in all other
> respects).
>
> <Location /svn-dav>
> AddHandler python-program cpp
> PythonHandler cpp-formatter
> Options +MultiViews
> MultiviewsMatch Handlers
> DAV svn
> SVNPath "/svn"
> SVNAutoversioning on
> </Location>
>
> Is there an explanation and/or work-around for this?

I think the handlers only work on "real" files, not imaginary files.
mod_dav_svn is serving up data from BDB in such a way as to circumvent
the handlers. Someone who knows more about apache can explain.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 19 04:36:08 2003

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

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