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

Re: Tortoise SVN Issue Noticed

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Mon, 29 Apr 2013 08:23:20 +0200

On Mon, Apr 29, 2013 at 7:33 AM, Ajay Pawar <Ajay.Pawar_at_kpitcummins.com> wrote:
> Hi Lorenz,
>
> Scenario #1
>
> Thanks for your quick response but when I add the same file in repo browser and then take an update it is showing me the same size .
>

SVN will not transmit the entire file contents if it doesn't need to.
If you have a previous version of the file already in your working
copy, the "svn update" will only transmit the delta, which might be
very small. SVN uses a binary delta algorithm (xdelta) for sending
updates to files.

--
Johan
Received on 2013-04-29 08:24:16 CEST

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.