RE: Apparent "svn rm" scaling problem in 1.7.x
From: <michael_rytting_at_agilent.com>
Date: Tue, 1 Nov 2011 10:38:07 -0600
Not much of an improvement. "svn rm dir/*" now takes 2m6s vs 7s for "svn rm dir".
As a side note, I really think there is fundamentally something wrong of the performance of "svn rm" with large working copies. Here are some example times.
svn rm <file> 7s
I'm assuming that all these commands are doing some form of sqlite database transactions, but the rm transaction, in particular, is very slow. Even when using a local working copy, I am seeing large discrepancies in the time it takes to run "svn rm" vs most other svn commands. It's just since the local working copy is faster overall, you are less likely to notice the large discrepancy in performance.
-----Original Message-----
On Tue, Nov 01, 2011 at 06:45:59AM -0600, michael_rytting_at_agilent.com wrote:
Great! Please give this patch a spin:
svn diff -c 1196018 https://svn.apache.org/repos/asf/subversion/branches/1.7.x-r1195873
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.