[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: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-01-26 17:00:28 CET

Markus KARG wrote:
> 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.

For files in the WC that are unchanged or have changes that
have been committed, copying WC ->URL can be cheap because
the meta-information in the WC allows the existing repository
copy to be located.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 26 17:00:54 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.