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

RE: Checking in large amounts of files

From: Igor Zevaka <igor.zevaka_at_cognethos.com>
Date: 2006-01-09 01:06:20 CET

Have you had any problems with svn log by any chance? We are having similar
issues. Haven't been able to troubleshoot it successfully yet.

Cheers,

Igor Zevaka

-----Original Message-----
From: Carlo Hogeveen [mailto:Carlo.Hogeveen@nccw.nl]
Sent: Thursday, 5 January 2006 1:33 AM
To: users@subversion.tigris.org
Subject: Checking in large amounts of files

I had a consistent bug importing or checking in very large
amounts of files thru http. Smaller amounts were no problem.
And the problem occurred only from Windows clients.

Checking this mailing list revealed many similar reports,
with the suggestion to set LimitXMLRequestBody to 0 or a high value,
but to no avail. The suggestion to use Ethereal was educational,
but only revealed that the clients's final failing PUT never even
reached the client's own interface as a packet.

The solution turned out to be this:

In httpd.conf change "KeepAlive Off" to "KeepAlive On",
and restart Apache.

Cheers,
Carlo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 9 01:09:40 2006

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.