[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 06:08:50 CEST

Michael Sinz wrote:
> Stefan Haller wrote:
>
>> 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

Ok, so I got the OK from him to give out details. He even will provide access
to the repository in case some one else wishes to try. BTW - He is a very
talented developer and he may (assuming he has time) be able to help track this
down some more.

Note that I can reproduce this using my 1.1.4 Linux client (built from source)
on an x86 2.4 Linux system. The error output is the same as his reported output.

So, in his own words:

Jonathan Wight wrote:
> I have a weird subversion problem I'd like to pick your brains over.
> I'm doing a checkout of a repository and get:
>
> Fetching external item into 'toxic/externals/public'
> 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://puck.homeip.net)
>
> Think it's a SSL issue I try using the http: url:
>
> svn: REPORT request failed on '/svn/public/!svn/vcc/default'
> svn: REPORT of '/svn/public/!svn/vcc/default': Chunk delimiter was
> invalid (http://puck.homeip.net)
>
> So I try using the file:// url scheme on the box itself and do a
> successful checkout.
>
> Checking my HTTP error_log I see:
>
> [Sun May 01 15:27:11 2005] [error] [client 192.168.1.1] Provider
> encountered an error while streaming a REPORT response. [500, #0]
> [Sun May 01 15:27:11 2005] [error] [client 192.168.1.1] A failure
> occurred while driving the update report editor [500, #54]
> [Sun May 01 15:27:11 2005] [error] [client 192.168.1.1] Error
> writing base64 data: Connection reset by peer [500, #54]
>
> The error writing the data makes me think I have a permissions problem
> on apache - but all the files are owned by www:www (which is correct).
>
> I'm using subversion 1.1.4_0+mod_dav_svn and apache2 2.0.53_1 on Mac OS
> X 10.4 Server..
>
> I've actually seen the problem before - but put it down to a network
> issue and erased and re-checked out my working directory. That solved
> it - but now it's not helping at all.
>
> Any clue?

Jonathan Wight continues:
> Feel free to submit the issue. The repository itself is at
> http://puck.homeip.net/svn/public so perhaps someone can reproduce it on their
> machine?
>
> The repository is fsfs (of course) and both the client & server are using the
> exact same version of svn (both freshly built yesterday from darwin ports).
>
> [schwa@oberon] Repositories$ du -s public
> 10832 public
> [schwa@oberon] Repositories$ du -s -h public
> 5.3M public

-- 
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 06:09:53 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.