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

Re: [PATCH] Make svn clients indicate their operation name to backend(right now only to DAV)

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Wed, 6 Jan 2010 08:37:20 -0800

On Wed, Jan 6, 2010 at 7:54 AM, Mark Phippard <markphip_at_gmail.com> wrote:
> Apparently, the PROPFIND is using the proxy at a time when it needs to
> be using the master.

The client has no knowledge of the master - the slave a completely
transparent proxy. The only way to distinguish between a PROPFIND for
an update or a commit is to have the client give some indication about
what it's intending. By using an HTTP header, the slave can check
header and then proxy that PROPFIND to the master. (This will likely
make all PROPFIND's on a commit hit the server, but, eh, so be it.)
-- justin
Received on 2010-01-06 17:37:56 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.