Re: Augmenting the WebDAV side of Subversion with merkle hashes for directories.
From: Paul Hammant <paul_at_hammant.org>
Date: Fri, 24 Nov 2017 11:14:41 -0500
OK, not a straight handler, but 'ScriptAliasMatch'. Like so:
ScriptAliasMatch \.foo*$ "/path/to/helloworld.py$1"
I should be able to hit /a/b/d/e/f.foo in a browser and have helloworld.py
Well, it works just fine when declared at root level (not in a <directory>
But when I change the URL to be inside the Svn location, then mod_dav_svn
Specifically:
http://myserver/a/b/d/dfgw/wewerwer/anthing.foo --> works fine
Unless there's a way through this (other nesting techniques), I'll have to
http://myserver/svn/path/to/department_salaries.xls --> Svn via DAV
http://myserver/meta/path/to/.indexSHA1s.csv --> a GET-centric app
Regards,
- Paul
|
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.