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

Commit fails when adding very large files.

From: David Weintraub <qazwart_at_gmail.com>
Date: 2005-07-28 18:13:00 CEST

I scanned the mail archive and found only a single reference to this
problem (with no solution offered), I checked the FAQ, and I reread
the Subversion manual.

Client
====
Cygwin under Windows XP using command line Subversion version 1.2.0

Server
=====
Sunblade 2500 running Solaris 8
Subversion 1.2.0
Apache 2.0.52

I am attempting to add a rather large file (180mb) to my archive. I've
successfully added thousands of smaller files, but there are about a
half dozen files -- all over 100mg that I want to add to my archive.
On my Subversion client, I get the following error:

$ svn commit -m "Adding really big file eoss_cg.tar"
Adding (bin) eoss/eoss_cg.tar
Transmitting file data .svn: Commit failed (details follow):
svn: PUT of '/jcals/!svn/wrk/93c19f79-f7fc-0310-ba69-ca04e47e8c4b/trunk/non-source/jcals/tmp/test_data/eoss/eoss_cg.tar':
Could not send request body: Software caused connection abort
(http://sunblade)

My Apache logs look like this:

Error Log:
=======
(No Errors)

Access Log:
=========
10.40.56.111 - - [28/Jul/2005:11:32:04 -0400] "OPTIONS
/jcals/trunk/non-source/jcals/tmp/test_data/eoss HTTP/1.1" 200 185
10.40.56.111 - - [28/Jul/2005:11:32:04 -0400] "MKACTIVITY
/jcals/!svn/act/93c19f79-f7fc-0310-ba69-ca04e47e8c4b HTTP/1.1" 401 499
10.40.56.111 - weintraub [28/Jul/2005:11:32:04 -0400] "MKACTIVITY
/jcals/!svn/act/93c19f79-f7fc-0310-ba69-ca04e47e8c4b HTTP/1.1" 201 324
10.40.56.111 - - [28/Jul/2005:11:32:04 -0400] "PROPFIND
/jcals/trunk/non-source/jcals/tmp/test_data/eoss HTTP/1.1" 207 468
10.40.56.111 - - [28/Jul/2005:11:32:05 -0400] "PROPFIND
/jcals/!svn/vcc/default HTTP/1.1" 207 393
10.40.56.111 - weintraub [28/Jul/2005:11:32:05 -0400] "CHECKOUT
/jcals/!svn/bln/10 HTTP/1.1" 201 339
10.40.56.111 - weintraub [28/Jul/2005:11:32:05 -0400] "PROPPATCH
/jcals/!svn/wbl/93c19f79-f7fc-0310-ba69-ca04e47e8c4b/10 HTTP/1.1" 207
351
10.40.56.111 - - [28/Jul/2005:11:32:05 -0400] "PROPFIND
/jcals/trunk/non-source/jcals/tmp/test_data/eoss HTTP/1.1" 207 461
10.40.56.111 - weintraub [28/Jul/2005:11:32:05 -0400] "CHECKOUT
/jcals/!svn/ver/10/trunk/non-source/jcals/tmp/test_data/eoss HTTP/1.1"
201 378
10.40.56.111 - - [28/Jul/2005:11:32:05 -0400] "PROPFIND
/jcals/trunk/non-source/jcals/tmp/test_data/eoss/eoss_cg.tar HTTP/1.1"
404 355
10.40.56.111 - weintraub [28/Jul/2005:11:32:32 -0400] "DELETE
/jcals/!svn/act/93c19f79-f7fc-0310-ba69-ca04e47e8c4b HTTP/1.1" 204 -

Any ideas?

--
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 18:22:19 2005

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.