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

Re: Speed Problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-10 22:55:10 CET

Paul Lussier <pll@lanminds.com> writes:

> In a message dated: Tue, 10 Dec 2002 22:45:30 +0100
> Giovanni Giorgi said:
>
> >Also the cp commands (for tagging) are very slow!!
> >What is the reason?
> >I am using the cygwin as shell.
> >Some suggestion?

'svn cp URL URL' should be contant time, extremely fast. It's
currently seeming that way, because mod_dav_svn is erroneously sending
a full walk of the copied tree back to the client. There's an issue
filed on this.

'svn cp wc wc' -- well, it's a heck of a lot of copying. That really
is an O(N) operation.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 22:57:52 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.