Re: File list and find_fuzzy() insights for algo fiddling

2009-12-21 Thread Wayne Davison
On Sun, Dec 20, 2009 at 11:03 PM, Robert Siemer wrote: > I thought the latter returns the subset of the current “global” file list > of the receiver side There is no such thing. Since rsync is duplicating the sender's files, there is only a list of the sender's files in memory except for some si

File list and find_fuzzy() insights for algo fiddling

2009-12-20 Thread Robert Siemer
Hi! I read the source around find_fuzzy(), but got stuck in get_dirlist(). I thought the latter returns the subset of the current “global” file list of the receiver side (which is complete, or an incremental part(?)), reduced to the “same directory” restriction. Can someone enlighten me, where th