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

error - "Provider encountered an error while streaming a REPORT response. [500, #0]"

From: m tawfik <mstawfik_at_gmail.com>
Date: Sat, 20 Jun 2009 22:14:28 -0400

I encountered same problem when trying to check out an svn repository. After
a lot of research I was able to narrow it down to an MTU mismatch problem.
This does happen if the server is running behind a reduced MTU interface
such as PPPoE behind DSL. The fix is simple:

1. If you are running a linux server add the following line to
/etc/sysconfig/network-scripts/ifcfg-eth<n> (assuming that your svn is
served over interface n).

MTU=1492

Don't forget to do

ifdown eth<n> && ifup eth<n>

2. For a windows server enable wan response on the PPPoE device (DSL modem
or router)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2363886

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-21 06:58:00 CEST

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.