You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Nico Kadel-Garcia <nk...@gmail.com> on 2012/03/01 06:22:24 UTC

Re: Information on using non-SVN directory

On Wed, Feb 29, 2012 at 2:11 PM, Les Mikesell <le...@gmail.com> wrote:

> On Wed, Feb 29, 2012 at 1:01 PM, Srikanth Ankem <as...@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...).
>

If necessary, you can also tell rsync to ignore time-stamps.