Re: get_local_name

2006-03-01 Thread Wayne Davison
On Fri, Feb 24, 2006 at 06:12:35PM -0500, Matt McCutchen wrote: > Now I see that cp refuses to overwrite a file with any directory, > empty or not. Yeah. I have been considering making rsync behave that way. My only hesitation was just how long rsync has been allowing this to occur. However, I d

Re: get_local_name

2006-02-24 Thread Matt McCutchen
On Fri, 2006-02-24 at 10:45 -0800, Wayne Davison wrote: > On Thu, Feb 23, 2006 at 11:12:07PM -0500, Matt McCutchen wrote: > > I have redone get_local_name again (patch attached), this time to > > enable rsync to remove a file to make way for a destination directory; > > I

Re: get_local_name

2006-02-24 Thread Wayne Davison
On Thu, Feb 23, 2006 at 11:12:07PM -0500, Matt McCutchen wrote: > I have redone get_local_name again (patch attached), this time to > enable rsync to remove a file to make way for a destination directory; I don't wish to do this, as this is not how cp behaves and I want to keep the b

get_local_name

2006-02-23 Thread Matt McCutchen
Wayne, I have redone get_local_name again (patch attached), this time to enable rsync to remove a file to make way for a destination directory; this resolves the "surprise" noted in David Tonhofer's diagram 2. I also made it obey --keep-dirlinks when looking for a destination dir