On Wed, Feb 29, 2012 at 1:01 PM, Srikanth Ankem <asrika...@gmail.com> wrote:
> Thanks for the reply.
> But rsync does export only the changes file, it does copy all the files.
> Because SVN creates new version after the update (after checkin). Because of
> this reason rsync is exporting all the files.

Rsync -v may 'say' it is copying a file whose timestamp has changed,
but it will really only update the timestamp change if the content
already matches.  That is, it will only copy the differences in
content (which is the whole point of using it...).

-- 
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to