Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Sun, 21 Mar 2010 04:38:26 -0500
On Mar 21, 2010, at 01:03, David Weintraub wrote:
> There may be limits with the actual operating system. For example,
Note that the 2GB limit would then in Subversion's case apply also to revision files, meaning if you are affected by this limit, you cannot commit more than 2GB of combined data in a single revision, no matter how many files are affected by the revision.
Note also that, independent of any OS limitation, certain versions of APR (< 1.0) have this 2GB limit as well. Build your Subversion (and Apache, if you use it) against APR >= 1.2 instead.
Note finally that the limit is 2GB (2 gigabytes), not 2Gb (2 gigabits).
|
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.