Hi, I've seen a couple of possible responses for this issue with a google search dating back up to 2008 at least, but none of the solutions seem to work for me.
The issue is that I'm checking out a project that has a couple of hundred HTML files. If I do it locally from the same server where Visual SVN is located there's no issue even with 2000 files (the whole project) but when I'm on a different machine, I get the following message after maybe 250, 300 files (on a subdirectory of the project): svn: REPORT of '/svn/repositoryname/!svn/vcc/default': Could not read chunk delimiter: An existing connection was forcibly closed by the remote host. (https://svnserver) If I just repeat the same command it continues from where it started, but I've had to do it a half-dozen times when checking out the complete project, and maybe 2-3 times when getting the largest subdirectory. I have Visual SVN Server 2.1.9 , on Windows 2003 Standard Edition x32. I'm connecting through https (443). I can't use port 80 as it's already taken by another server on that machine (stopping that server changes nothing). On the server I got either 2 or 3 messages... The first time I got these 2: Provider encountered an error while streaming a REPORT response. [500, #0] [client 192.168.100.219] A failure occurred while driving the update report editor [500, #620018] [client 192.168.100.219] Then the second time this other message occured at the same time: Error writing base64 data: APR does not understand this error code [500, #620018] [client 192.168.100.219] I've already tried adding the following 4 lines to httpd-custom.conf Timeout 5000 KeepAlive On MaxKeepAliveRequests 0 KeepAliveTimeout 1000 That changed nothing. Any help would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/visualsvn?hl=en.

