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

Re: Cheap copies? Moves?

From: Markus KARG <karg_at_quipsy.de>
Date: 2007-01-26 16:23:20 CET

I am not an expert, but if you try to understand how SVN works, then the
following should be true (also it matches my experience with SVN in the
past years):

Moves: A move is a copy with a delete, so it is cheap if the similar
copy is cheap.
URL -> WC and WC -> URL cannot be cheap, since you must push information
over the wire to do that, obviously.
URL -> URL is cheap.
WC -> WC seems to be cheap (at least it needed less than a second for a
300 MB folder structure when I tried it the last time).

HTH
Markus

Mark Lundquist schrieb:
> Hi,
>
> W.r.t. "cheap copies" in the repository... is it only URL -> URL
> copies that are cheap? What about
>
> URL -> WC
> WC -> URL
> WC -> WC
>
> ???
>
> And how about moves? It seems like they could be cheap too, but I
> haven't heard anything about 'em...
>
> Thanks,
> —ml—
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
QUIPSY QUALITY GmbH
Ein Unternehmen der MES-Gruppe
Stuttgarter Strasse 23
D-75179 Pforzheim
Tel: 07231-9189-52
Fax: 07231-9189-59
www.quipsy.de
karg@quipsy.de
Registergericht Mannheim HRB 502922
Geschäftsführer:
Reiner J. Marquart
Diese E-Mail enthält persönliche, vertrauliche und vor Weitergabe geschützte Informationen und ist ausschließlich für den vorgesehenen o.g. Empfänger (Adressaten) bestimmt. Falls Sie diese E-Mail versehentlich erhalten haben und nicht der vorgesehene Empfänger sind, bitten wir Sie, die E-Mail und deren Anhänge nicht aufzubewahren, nicht zu vervielfältigen, nicht zu nutzen und nicht weiterzugeben. Bitte informieren Sie uns als Absender über diesen Zustellungsfehler und löschen Sie die E-Mail.

Received on Fri Jan 26 16:24:02 2007

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.