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

Re: Maximum Single File Size

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 13 Feb 2008 18:27:21 +0100

Simon Berry wrote:
> We are storing some large binary files in our repository (20GB working
> copy).
>
>
>
> When trying to commit single files greater than approx 400MB, Tortoise
> SVN starts sending the data, gets through most of it, then prompts the
> user for credentials (usually handled windows domain), then carries on
> sending more data , prompts for credentials, etc, etc, etc in an endless
> cycle.
>
>
>
> Is there a limit to the file size of a single file stored in the
> repository ?

No, there's no limit (to be precise: depends on your server. If your
server is on linux, make sure that it's compiled with a recent apr
version which supports filesizes > 2GB, on Windows that's not a problem
if you're using NTFS).

But if you're using SSPI authentication (auth against windows domain),
you may need to set the MaxKeepAliveRequests to 0 in your apache config
file.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-02-13 18:27:46 CET

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.