Ivan Zhakov <i...@visualsvn.com> writes: >> I created a repository with 10,000 subdirs: >> >> #!/bin/bash >> for i in `seq 0 999`;do >> svn mkdir -mm file://`pwd`/repo/A${i}{0,1,2,3,4,5,6,7,8,9} >> done >> > As far I remember this issue occurs only over HTTP protocol and > related to the fact that mod_dav/mod_dav_svn stores *ALL* XML report > in memory before sending to server.
I was testing over HTTP, I'm only using file: to create the repo. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com