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 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 with files this big, you could do a test -- set up a throwaway repository and try to commit > 2GB to it in one revision (in several files if you like), and also try to commit a single file of > 2GB (building it up in multiple commits if you like).