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