Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2013-06-19 Thread gadamiak
> Just 7 Gigabytes? Our repository is 13 Gigabytes and I don't even think we have that big a project. Just FYI one of my repositories is now 130 Gigabytes big and is running just fine :) It has almost 94.5 thousand commits in it.

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread David Weintraub
Just 7 Gigabytes? Our repository is 13 Gigabytes and I don't even think we have that big a project. A typical checkout for us is about 700 to 800 megabytes of files and we have five major projects and probably 5 dozen separate branches. Subversion should be able to handle what you're doing with no

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ravi Roy
On Sun, Mar 21, 2010 at 6:39 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > On Mar 21, 2010, at 08:00, Ravi Roy wrote: > > Right -- at least not due to APR. Not sure if your server's OS or > filesystem might impose limitations of their own. If you think you're going > to be dealing w

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ryan Schmidt
On Mar 21, 2010, at 08:00, Ravi Roy wrote: > I can see APR version in APR configuration file on my Subversion server : > APR_MAJOR_VERSION="1" > APR_DOTTED_VERSION="1.3.3" > > Which means server is not confined to 2.0 GB limitation for single revision ? > Am I right ? Right -- at least not

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ravi Roy
On Sun, Mar 21, 2010 at 4:30 PM, Ravi Roy wrote: > On Sun, Mar 21, 2010 at 4:27 PM, Ryan Schmidt > wrote: > > On Mar 21, 2010, at 05:56, Ravi Roy wrote: > > You'll have to ask the server administrator what version of APR is > installed there. I don't know of a way to check it remotely. > > > I c

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ravi Roy
On Sun, Mar 21, 2010 at 4:27 PM, Ryan Schmidt wrote: > On Mar 21, 2010, at 05:56, Ravi Roy wrote: > You'll have to ask the server administrator what version of APR is installed > there. I don't know of a way to check it remotely. > Thanks Ryan for you quick reply. I will check that. -RR

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ryan Schmidt
On Mar 21, 2010, at 05:56, Ravi Roy wrote: > On Sun, Mar 21, 2010 at 3:08 PM, Ryan Schmidt wrote: > >> 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 sin

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-21 Thread Ryan Schmidt
On Mar 21, 2010, at 01:03, David Weintraub wrote: > There may be limits with the actual operating system. For example, > some operating systems can't handle files larger than 2Gb. Or, Windows > having problems with directory/file names longer than 160 characters. > But, these would be true with A

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-20 Thread Ravi Roy
On Sun, Mar 21, 2010 at 12:17 PM, Ravi Roy wrote: > On Sun, Mar 21, 2010 at 11:33 AM, David Weintraub wrote: > How big is your project that you are worried about possible > limitations? Give us an idea of possible size issues, and someone on > the list with a similar sized project can tell you wh

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-20 Thread David Weintraub
There is no physical limitation to Subversion. There isn't a magic number where there are more files than it can track or more directories. There may be limits with the actual operating system. For example, some operating systems can't handle files larger than 2Gb. Or, Windows having problems with

Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2010-03-20 Thread Ravi Roy
Hi I was googling if there is a limitation for the size of the subversion repository but could not find a relevent answer.. Does somebody know about or can throw some light please ? I am using subversion 1.6.1 ..backend as FSFS on Centos 5.2. Thanks. - RR