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

Using Apache handlers with Subversion

From: Robert Leftwich <robert_at_leftwich.info>
Date: 2003-07-19 01:59:44 CEST

I'm doing some playing around with Subversion running with Apache and I'd
like to be able to use a handler (written in mod_python) for formatting
certain files in the Subversion repository. A stripped down version of the
config I am using successfully with a standard file system DAV is as follows:

<Location /fs-dav>
   AddHandler python-program cpp
   PythonHandler cpp-formatter
   Options +MultiViews
   MultiviewsMatch Handlers
   Dav On
</Location>

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?

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 19 02:00:38 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.