You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Fuhrmann <st...@alice-dsl.de> on 2012/04/30 06:40:55 UTC

Performance issue / regression with svn cp WC WC

Hi all,

Last weekend, I ran the benchmark script from
tools/dev/benchmarks/large_dirs/create_bigdir.sh

I found that a 'svn cp dir dir2' has O(n^2) runtime
with n being the number of files in it. The latest
results prior to that I could find were from July last
year and back than it had been O(n).

Could someone please look into that?

-- Stefan^2.