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

Re: no space left error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-08-19 17:39:24 CEST

Hans-Georg Lerdo wrote:
> Hi there!
>
> One of my repositories bombs. My files occupy about 5.5 GB on my
> harddrive and I can't commit them. It bombs out after a while both in
> the berkley db and native file system. The size of the DB folder in the
> repository is about 4GB each time. The files are videos with sizes all
> the way up to about 350MB.
>
> System is Win XP with NTFS. Repository is on local drive e and the file
> folder I want to commit is on local drive e as well. SVN version is last
> stable release 1.3.5.

Subversion (and TSVN) are linked against apr version 0.9.7. That's
because of binary compatibility, and for me the reason is to use the
same version as Subversion does (the last time I tried to use a newer
version of apr we got scrwed because Subversion didn't work correctly
anymore).

Now, apr 0.9.7 doesn't work correctly with large files (> 2GB). That
means for you: one commit *must be smaller than 2 GB*.

Split up the commit into several commits, then it should work.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Aug 19 17:39:37 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.