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

Re: 1.8.0 bug - The PROPFIND response did not include the requested properties

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Thu, 11 Jul 2013 12:30:54 +0200

On Thu, Jul 11, 2013 at 11:44 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> On Thu, Jul 11, 2013 at 11:39:31AM +0200, Stefan Sperling wrote:
>> On Thu, Jul 11, 2013 at 01:11:37PM +0400, Dmitry Gavrilov wrote:
>> > Any news when the issue discussed here:
>> > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3058649
>> > will be fixed and released?
>> >
>>
>> In 1.8.1. Should be released by the end of next week.
>
> By the way, the problem is caused by an incompatibility between
> HTTP proxies that do not implement chunked requests, and the serf
> library, which requires chunked requests with Subversion 1.8.0.

Slight nuance: the serf library in svn 1.8.0 requires that the server
accepts chunked requests *when it claims to talk HTTP/1.1*. Svn+serf
can also talk HTTP/1.0 (no chunking involved), but when it detects
HTTP/1.1 it will automatically start sending chunked requests, and
cannot fallback anymore (at least not in svn 1.8.0). As Stefan said, a
fix is being worked on, and will probably be released soon.

> You might be able to work around the problem by getting the proxy
> upgraded or reconfigured such that is supports chunked requests.

BTW, we're mostly talking about "reverse proxies" here, i.e. a proxy
on the server side, in front of the svn server.

--
Johan
Received on 2013-07-11 12:31:47 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.