locally cache repository

2010-03-21 Thread Sarah George
Hi, I was looking at the cool stuff you can do with apache's repository replication & write-through proxy options, and thinking "wow I wonder if there's an easy way to run something like this locally, so I can have lightning fast access to my regularly used svn repositories?" Is this somethin

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