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

Re: why is "svn copy WC URL" slow?

From: Bryce Denney <bryce_denney_at_yahoo.com>
Date: 2005-01-28 20:14:58 CET

I wanted to correct a typo in my previous post.

> I'm surprised because I'd expect the copy operation to work something
> like this:
> - svn update/status to see which files have been changed. estimated
> time: 0s.

That was supposed to say 20 seconds, not zero.

> - use the cheap "svn copy URL URL" method to copy the files that have
> not been changed. estimated time: 1s.
> - use the slower "svn copy WC URL" method to copy the files that have
> been changed. estimated time 0s because there are no files that have
been changed in this case.
>

So the whole operation might take around 20s + 1s + 0s = 21 seconds.

Please let me know if I should post my question to the dev list or some
other place.

Thanks,
Bryce

                
__________________________________
Do you Yahoo!?
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 28 20:17:19 2005

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.