Josh Geller <jrgel...@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

Reply via email to