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

Re: E175004: The PROPFIND response did not include the requested properties

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 24 Jun 2013 11:43:31 +0100

Josh Geller <jrgeller_at_gmail.com> writes:

> Get this message when attempting to commit either through svn command
> line (1.8.0) or TortoiseSVN 1.8.0. This is a working set that was
> upgraded from svn 1.7, and the server is a hosted svn on atlassian.net
> which is Subversion version 1.6.11 (r934486). Others are having the
> same problem here:
> https://groups.google.com/forum/#!topic/tortoisesvn/o5taYV-bm0c

Is there an nginx proxy in front of Apache? I suspect this is another
case of the proxy not supporting chunked Transfer-Encoding, coupled with
the bug in 1.8.0 that causes the client to treat a 411 error as success.
When this happens svn_ra_serf__fetch_node_props will go on to produce
the error you see.

If you run something like:

   curl -H - http://server/repository

the Server line might identify the proxy. You might be able to see the
failed PROPFIND if you have access to the proxy logs.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com
Received on 2013-06-24 12:44:13 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.