[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: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 13 Dec 2010 14:29:43 -0500

On Mon, Dec 13, 2010 at 14:17, dolot <dsouthern_at_lesco-logistics.com> wrote:
> Today I did an update on a 3meg access 2003 database.  The update
> screen said it only transferred 2K of data in three seconds.  However,
> the change to the .mdb file was clearly there on my system.
>
> So how does svn do it?  Does it just transfer the part of the file
> that changed and do some sort of binary merge?  Or is the part about
> only 2K of data being transferred not right?
>
> I'm puzzled.  :)

Subversion only transfers diffs over the wire, and uses a fairly
efficient binary diffing algorithm.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-13 20:30:37 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.