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

Re: Error: "Chunk delimiter was invalid"

From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2005-05-02 05:52:05 CEST

Stefan Haller wrote:
> [ Sorry for sending to both dev@ and users@, I couldn't decide which one
> is more appropriate. ]
>
> One of my co-workers is getting this error when he tries to do a merge
> of a directory that contains several large files (one of them 41MB):
>
> $ svn merge -r22337:23745 http://localhost:8000/svn/<real-path-deleted> .
> U Standard48AL3.fnt
> U Standard48FKAL3.fnt
> subversion/libsvn_ra_dav/util.c:670: (apr_err=175002)
> svn: REPORT request failed on '/svn/Ableton/!svn/vcc/default'
> subversion/libsvn_ra_dav/util.c:294: (apr_err=175002)
> svn: REPORT of '/svn/Ableton/!svn/vcc/default': Chunk delimiter was invalid (http://localhost:8000)

A friend of mine has just run into this problem and it too is on Mac OS-X

Note, however, that it is with Subversion 1.1.4 and Apache 2.0.53 and
mod_dav_svn (I know, it is not 2.0.54 but I may be able to get him to try
that if needed)

I will try to get more information, but basically, he has the same error
(reproduceable) and it happens via HTTP (and HTTPS) (redacted to not show
IP/Machine names)

HTTP Error:
     svn: REPORT request failed on '/svn/public/!svn/vcc/default'
     svn: REPORT of '/svn/public/!svn/vcc/default': Chunk delimiter was invalid (http://xxxx)

The HTTP error_log looks as follows:

     [Sun May 01 15:27:11 2005] [error] [client xxx] Provider encountered an error while streaming a REPORT response. [500, #0]
     [Sun May 01 15:27:11 2005] [error] [client xxx] A failure occurred while driving the update report editor [500, #54]
     [Sun May 01 15:27:11 2005] [error] [client xxx] Error writing base64 data: Connection reset by peer [500, #54]

HTTPS Error:
     svn: REPORT request failed on '/svn/public/!svn/vcc/default'
     svn: REPORT of '/svn/public/!svn/vcc/default': Could not read response body: SSL error: decryption failed or bad record mac (https://xxxx)

Using file:// he gets a clean checkout.

He claims to have run into this (or simular) errors in the past but that they
were resolved by just deleteing the WC and doing a fresh checkout. This time
that is not the case.

> We are both using Mac OS X 10.3.9; svn is 1.1.4 (neon 0.24.7). The
> server is running Debian linux, Apache 2.0.51, svn 1.1.4. The
> repository is fsfs.

-- 
Michael Sinz                     Technology and Engineering Director/Consultant
"Starting Startups"                                mailto:michael.sinz@sinz.org
My place on the web                            http://www.sinz.org/Michael.Sinz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 2 05:53:38 2005

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.