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:jcor...@gmail.com] Sent: Monday, April 29, 2013 11:53 AM To: Ajay Pawar Cc: Lorenz; users@subversion.apache.org Subject: Re: Tortoise SVN Issue Noticed On Mon, Apr 29, 2013 at 7:33 AM, Ajay Pawar <ajay.pa...@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