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

Re: Augmenting the WebDAV side of Subversion with merkle hashes for directories.

From: Paul Hammant <paul_at_hammant.org>
Date: Fri, 24 Nov 2017 07:33:29 -0500

Well the code from that blog entry works as reported for <directory>
declarations but not for <location> ones where mod_dav_svn is the handler.
I recreate both of those in a single server implementation if I mount the a
svn/ folder inside the canonical docroot (as is common), then play with
URLs that should be rewritten in the browser (or Wget) that are inside and
outside of that svn/ sub directory.

For extra fun I moved the four rewrite lines before, inside, and after the
Svn <location>, but it didn't make any difference.

I'll try a straight handler next, in the hope that it can wholly intercept
requests that would otherwise be routed to mod_dav_svn.

- Paul
Received on 2017-11-24 13:33:38 CET

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.