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

Re: svn switch to move between servers

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-09-18 23:34:08 CEST

Ben Collins-Sussman wrote:
> A switch is a more generalized version of an update.
>
> All updates compare two URLs@revs, and apply changes to your working
> copy.
>
> If one of the URLs no longer exists, then this process won't work.

Um. Theoretically - you still have to data of the first URL? Let's
consider the normal update. It want's to know what changed between the
working copy base version and the revision it's updating to. Then it
gets a diff of these, and applies it to the working copy, right?

Now, theoretically, this could happen by having the server send us the
few full text-bases, comparing between the old text-bases and the new
text-bases ourself - and then applying that to our working copy.

I might still be talking rubbish here though. I'm not saying that this
would be the way update or switch should behave - I'm just saying that
it should be possible to do this, just with the information we already
have.

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 18 23:35:09 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.