Re: A simpler move-files patch

2002-05-09 Thread Wayne Davison
On Thu, 9 May 2002, Dave Dykstra wrote: > Maybe I'm dense, but I don't see how that's any different from turning > on a flag (with the opposite meaning) at the end. The reason this makes a difference is that not all the files get into that code. Any files that are identical just get skipped over

Re: A simpler move-files patch

2002-05-09 Thread Dave Dykstra
On Tue, May 07, 2002 at 12:13:22PM -0700, Wayne Davison wrote: > On Tue, 7 May 2002, Dave Dykstra wrote: > > I am a little bit uncomfortable with the sense of the flag > > FLAG_NO_DELETE, though, because I'm afraid there might become more > > cases in the future where it should be set and we won't

A simpler move-files patch

2002-05-04 Thread Wayne Davison
In an effort to get my long-desired move-files functionality into rsync, I have created a version of my patch that runs as an extra pass at the end of the processing. This results in a simpler set of changes to rsync. I still think it would be nice to have incremental deletions during large tran