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

Re: Checkout Error: Could not read chunk size: Line too long

From: Lee Richardson <lrichardson_at_blueink.biz>
Date: 2005-08-19 13:08:55 CEST

Well, the version of Apache is 2.0.54. I thought maybe because I imported using the file:/// syntax and then checking out using the http:/// syntax, but after messing around with it that isn't the issue. It's looking like some files work fine, and others don't. I'm trying to use SVN to store all the files in my network, not just using it for development. Is it possible that some file extensions (like .qif) aren't registered and so SVN doesn't know what to do with them? Does anyone else know how to capture log network packets in WinXP? Thanks for all the help, - Lee > Hi Lee, > > This is a failure by neon to read the Transfer-Encoding: Chunked HTTP > response from the web server. Since probably the same neon code is shared > between the special and vanilla versions of TortoiseSVN, I don't think > switching TortoiseSVN versions will help you. > The code in neon looks OK to me and apparently works for everyone else, so > perhaps the problem is with Apache. What version of Apache are you using? > > If you post packet logs of this problem occurring, the problem could at > least be isolated to either the client or server. I have no idea how one > captures & logs network packets under Windows XP, sorry. > > Cheers, > > --matt > > Matthew Sanderson > Senior Programmer (UNIX) > TCG Information Systems Pty Ltd > Sydney, Australia > matthew_at_formtrap.com > http://www.formtrap.com/ > +61 (02) 8303 2407 > > On Wed, 17 Aug 2005, Lee Richardson wrote: > > > > > Upon attempting a checkout through http I receive the following error: > > > > > > > > REPORT request failed on '/svn/!svn/vcc/default' > > > > REPORT of '/svn/!svn/vcc/default': Could not read chunk size: Line too > > > > long (http://localhost:8080) > > > > > > > > Attempting the same command with a file:/// does work, so the error is > > > > specific to Apache and Svn. I am using TortoiseSvn, I have searched > > > > there as well before posting. Any help would be greatly appreciated. > > > > > > What versions of SVN and TortoiseSVN? Do you have any compression > > > turned on in your ~/.subversion/* files? (Not sure that matters, just > > > asking.) > > > > > > -Karl > > > > Karl, thanks for the reply. I am using the latest Win32 versions of both: > > 1.2.1 for SVN and 1.2.1 for TortoiseSVN (the special edition). Come > > to think of it I will try removing the special edition (which I was warned > > about) and try again. I don't know about compression, I did the > > default install and my only modifications have been integrating Apache. > > I'm running XP btw. Any further thoughts are still appreciated. > > > > - Lee > >
Received on Fri Aug 19 13:14:44 2005

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.