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

Re: WebDAV proxy feature "negotiation" -- there's *got* to be a better way.

From: Ben Reser <ben_at_reser.org>
Date: Tue, 19 Feb 2013 09:22:13 -0800

On Tue, Feb 19, 2013 at 8:03 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> When the client sends the OPTIONS request to the proxy mod_dav calls
> into mod_dav_svn/version.c:get_option. Is it possible for mod_dav_svn
> to send an OPTIONS request to the master at that stage? I suppose
> that's a not quite the same as the proxy mechanism used for other
> requests.

Seems to me this is what you would need to do. Using a configuration
option signals a need to keep the configuration option in sync with
the master. If you don't use a configuration option then you
shouldn't have to maintain anything. If you cache the version on the
proxy then the proxy needs to be restarted whenever the master
changes. Which isn't particularly intuitive.
Received on 2013-02-19 18:22:53 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.