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

RE: Binary transfer on update

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 16 Dec 2010 10:15:08 -0500

> On Dec 13, 2:29 pm, Andy Levy <andy.l..._at_gmail.com> wrote:
> >
> > Subversion only transfers diffs over the wire, and uses a fairly
> > efficient binary diffing algorithm.
> >
>
> That's interesting... I wonder how that works? I mean, how does it
> compare the two different files with them being on different
> computers?

It doesn't. The .svn folder contain all the files in their pristene state. That is how it knows if a file is dirty, or added, etc. The diff is done between BASE (the version in your .svn folder) and you working copy version. That diff is sent to the server during a commit.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2691217

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-16 16:15:16 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.