[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: software distribution with subversion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 1 Feb 2013 00:12:31 -0600

On Thu, Jan 31, 2013 at 8:18 PM, Jason Keltz <jas_at_cse.yorku.ca> wrote:
> >
> See my email to Les... If only the rsync server could save a copy of the
> file checksums when it runs, it would probably decrease the sync time by
> half and save a whole lot of disk activity...

If you don't use the --ignore-times option with rsync it will skip the
checksum comparison on files where the timestamp, length, etc. match.
It should only have to read the directory on both sides if nothing
changes between runs. Be sure you are using options that propagate
the timestamp (like -a) for this to work.

-- 
   Les Mikesell
     lesmikesell_at_gmail.com
Received on 2013-02-01 07:13:06 CET

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.