Saturday, June 18, 2011

Chunk delimiter was invalid

You may experience this error with subversion (SVN).
- this is a server error
- this happens when SVN is running over http (Apache)

If your SVN/Apache servers are working on Linux, you may try the following:
1) change the MTU of you ethernet board from 1500 to 1492
- in the file /etc/sysconfig/network-scripts/ifcfg-
e.g. -> vi /etc/sysconfig/network-scripts/ifcfg-eth0
- add the line:
MTU=1500

2) change the Apache Timeout from 120 to 1200
- edit the file : /etc/httpd/conf/httpd.conf
- change the value of the Timeout

It should solve you chunk problems!