RE: Really lousy performance with svn info --depth infinity
From: <michael_rytting_at_agilent.com>
Date: Thu, 1 Sep 2011 10:11:56 -0600
Hmm,
Seems to be worse when my working copy is on an nfs mounted drive, if my working copy is on a locally mounted drive than the performance of the 2 commands is not as different.
-> time svn info --depth infinity > /dev/null
real 0m7.697s
-> time svn ls --depth infinity | xargs svn info
real 0m1.540s
My wc.db is pretty big weighing in at 3.1M
-----Original Message-----
"Bert Huijben" <bert_at_qqmail.nl> writes:
> These operations do very different things. The first reads your
Both commands access the working copy to read the info for every file and directory.
> In my usage (repository hosted via http:// on the other side of the
I disagree. Since both commands pull all the info from the working copy it is a problem if the single recursive call is slower than multiple
> From: michael_rytting_at_agilent.com [mailto:michael_rytting_at_agilent.com]
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-09-01 18:12:26 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.