[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: Ajay Pawar <Ajay.Pawar_at_kpitcummins.com>
Date: Mon, 29 Apr 2013 09:28:36 +0000

Hi Johan,

When I add the same file in some other location with different name when also the size differs.

-----Original Message-----
From: Johan Corveleyn [mailto:jcorvel_at_gmail.com]
Sent: Monday, April 29, 2013 11:53 AM
To: Ajay Pawar
Cc: Lorenz; users_at_subversion.apache.org
Subject: Re: Tortoise SVN Issue Noticed

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 11:29:38 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.