ERRORS
When checking out a large project we receive error on a random file in the project:
Could not read chunk size: connection was closed by server
or
Chunk delimiter was invalid
the problem occurs randomly. Most of the time everything works.
SETTING
Svnserver run on port 80, with this custom setting in C:\Program Files (x86)\VisualSVN Server\conf\httpd-custom.conf
SVNInMemoryCacheSize 1000000
<Location /svn/>
SVNCacheTextDeltas on
SVNCacheFullTexts on
SVNCacheRevProps on
</Location>
COMPONENTS
- Windows 2008 Server R2
- VisualSVN 3.2.2
- Apache Subversion 1.8.11
- Apache HTTP Server 2.2.29
DETAILS
Project is very large, more or less 200 files and over 500 mega bytes
Anyone aware of this issue and how to resolve it?