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

Re: Perforce/Subversion Timing Statistics #2

From: Stephen C. Tweedie <sct_at_redhat.com>
Date: 2002-05-29 22:26:00 CEST

Hi,

On Tue, May 28, 2002 at 12:50:16PM -0500, Ben Collins-Sussman wrote:
 
> svn cp wc-path1 wc-path2
> svn commit
>
> I think you'll see a near-instantaneous result.

I tried that earlier today, after importing and tagging the new
linux-2.4.19-pre9 release into svn. The import took over 6 minutes.
The tag (a simple server-side url copy) took just over a minute.

I was quite surprised that the copy took that long:

$ time svn copy file:///home/rcs/SVN/kernel/{base,linux-2.4.19-pre9}

Committed revision 6.

real 1m9.354s
user 0m19.060s
sys 0m1.290s

Even doing a simple "svn up" null operation where the entire wc is
already at the latest version is taking a long time --- about 18
seconds if the entire tree is already in cache, 1 minute 5 seconds
from cold, and strace is showing a lot of write activity inside the wc
for what should be a noop.

--Stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:23:35 2002

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.