Re: Number of directories which can be stored in SVN

2010-02-25 Thread Stephen Connolly
There are a number of rather big repositories out there, e.g. svn.apapche.org - nearing 1 million revisions in the asf repo... and there's plenty of files in that one too You'll probably run out of disk space before you hitany arch limits in subversion -Stephen On 25 February 2010 21:59, Ryan S

Re: Number of directories which can be stored in SVN

2010-02-25 Thread Ryan Schmidt
On Feb 25, 2010, at 14:53, Sandeep Kuttal wrote: > I am a PhD student at UNL, NE. For my project I am planning to use SVN but to > check the scalability of the project i need to find out how many files and > directories can be stored in subversion. As David said, I don't think there's a limit.

Re: Number of directories which can be stored in SVN

2010-02-25 Thread David Weintraub
As far as I know, there is no limit. I've had sites with tens of thousands of folders and files with no problems. There is a 2Gb file limit on some systems, and you might run into that somehow. Since Subversion is free, it really shouldn't take too long to concoct a test to work out a limit if the