[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: FW: Multi-path updates

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-10-30 16:44:49 CET

> Karl - I understand completely the demands to get 1.5 out - there are
a
> lot of features I'm looking forward to as well, but I don't think even
> --depth is going to solve this issue. I generally have a fairly
> symmetrical set of data split on paths needing update and paths that
> definitely don't want updates.
>
> I will try profiling now to confirm the bottleneck, thanks for the
> reminder.
> I'm 90% sure, but it is worth being 100%.

Ok - I'm now 100% sure. Using the svn+ssh protocol the ra_session takes
80-90% of the time in that loop. Which makes sense since it is opening
and closing a full ssh session for every path specified.

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 30 16:53:03 2007

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.