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

Re: Chunk Size Error

From: Scott Carr <scarr_at_progbits.com>
Date: Fri, 04 Apr 2008 15:06:44 -0500

Quoting Stefan Küng <tortoisesvn_at_gmail.com>:

> Scott Carr wrote:
>> Error: REPORT request failed on '/svn/nxtapi/!svn/vcc/default'
>> Error: REPORT of '/svn/nxtapi/!svn/vcc/default': Could not read
>> chunk size: connection was closed by server (http://qrgload)
>>
>> I have been these errors very consistently. I have:
>>
>> TortoiseSVN 1.4.8
>> Apache 2.2
>> Subversion 1.4.6
>>
>> Any ideas what would be causing this?
>
> Two minutes with google:
> http://svn.haxx.se/users/archive-2005-02/0751.shtml
>

<Location /svn>
   DAV svn

   # any "/svn/foo" URL will map to a repository /usr/local/svn/foo
   SVNParentPath D:/svn_repository
   SVNListParentPath on
   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile d:/svn_repository/apachepasswd
# AuthzSVNAccessFile conf/svn-authz.conf
   Require valid-user
</Location>

This is the entry in Apache for the Subversion. It didn't have the /
at the end.

-- 
Scott Carr
OpenOffice.org
Documentation Co-Lead
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-04-04 22:06:58 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.