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

Re: Commit failing for 5GB file.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 20 Apr 2010 20:57:22 +0200

On 20.04.2010 20:44, HMFIC wrote:
> excellent idea. I'll give it a go and report back!

Reasons for that error message:
* if the commit fails always after about 5 minutes, then the 'timeout'
apache directive is not set or set to its default of 300 seconds.
Increase that timeout value in the apache config file
* the server wasn't built with the apr 'large file support' directive
(but since that's the default this is not very likely)
* or your server is not on an NTFS partition, which means each commit is
limited to about 2GB (in case of an FSFS repository: one file for each
revision)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2590726
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-20 20:57:25 CEST

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

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