Multi-path updates
From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-10-23 21:39:19 CEST
I just ran an interesting comparison of 2 raw svn update commands. Both
% time svn up
0.160u 0.320s 0:27.81 1.7% 0+0k 0+0io 1366pf+0w
% time svn up -N * */*
31.440u 10.440s 14:38.91 4.7% 0+0k 0+0io 873409pf+0w
The second run is a 32x increase in run time. Now my particular issue
My first thought is that svn_mucc solves a similar problem with respect
Notes:
- * */* expands to about 1100 paths, mostly sub-dirs with a few
- The first run actually updates more paths due to a few nested
- The working copy was completely up to date, so no files were
- Using svn+ssh:// (file:// sees a similar but not as drastic
- svn 1.4.0
Eric
|
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.