log-checksum-diff [Re: CVS update: rsync/patches]

2007-09-02 Thread Matt McCutchen
On 9/2/07, Wayne Davison [EMAIL PROTECTED] committed: A slightly changed version of Matt's %C (checksum) logging patch. Cool! However, I'm not sure you need the special check to change a checksum that is genuinely all zeros to all ones. The risk of rsync ignoring a read error because the

Re: CVS update: rsync/patches

2007-05-06 Thread Matt McCutchen
On 5/6/07, Wayne Davison [EMAIL PROTECTED] committed: Matt's --source-backup option. Thanks; that might be useful to people. Two things you might want to do to the patch in CVS: - Remove the indication at the top that it is for rsync 2.6.9 - Change the man page description to account for

Re: CVS update: rsync

2007-03-04 Thread Matt McCutchen
On 3/2/07, Wayne Davison [EMAIL PROTECTED] wrote: Make the auto-generated protect filters use the perishable flag so that they don't stop a vanished directory from being removed. 1. I don't think the --backup rule should be perishable. If I delete an entire directory from the source, I would

Re: CVS update: rsync

2006-10-08 Thread Matt McCutchen
On 10/8/06, the CVS server wrote on behalf of Wayne Davison [EMAIL PROTECTED]: Log Message: Clarify the short description of --chmod. (i.e., from change destination permissions to change the permissions of transferred files) I'm not sure this clarification is an improvement. --chmod affects

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-17 Thread Dave Dykstra
On Thu, Jan 16, 2003 at 03:18:34PM -0600, Dave Dykstra wrote: On Thu, Jan 16, 2003 at 04:08:01PM -0500, Scott Mcdermott wrote: Dave Dykstra on Thu 16/01 14:57 -0600: The patch from 2-1/2 years ago for changing copy-unsafe-links to follow unsafe links on the destination side also

unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Dave Dykstra
to strdup() and the new local variables and possibly do a couple casts inside the function instead. - Dave On Wed, Jan 15, 2003 at 12:49:44PM -0500, [EMAIL PROTECTED] wrote to rsync-cvs: Re: CVS update: rsync Date: Wed Jan 15 17:49:44 2003 Author: wayned Update of /data/cvs/rsync

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Dave Dykstra
On Thu, Jan 16, 2003 at 03:44:44PM -0500, Scott Mcdermott wrote: Dave Dykstra on Thu 16/01 14:33 -0600: The patch from 2-1/2 years ago for changing copy-unsafe-links to follow unsafe links on the destination side also included essentially this patch. just to be clear, without using

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Scott Mcdermott
Dave Dykstra on Thu 16/01 14:57 -0600: The patch from 2-1/2 years ago for changing copy-unsafe-links to follow unsafe links on the destination side also included essentially this patch. just to be clear, without using copy-unsafe-links, rsync still copies absolute symlinks which

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Wayne Davison
On Thu, Jan 16, 2003 at 02:33:26PM -0600, Dave Dykstra wrote: I think you could get rid of the calls to strdup() and the new local variables and possibly do a couple casts inside the function instead. You wouldn't want to carve up the const strings with strtok() (which adds nulls to the

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Dave Dykstra
Sorry, another mistake on my part -- I didn't realize the strtok side effect. It doesn't look to me like your new code looks at the last component of the path like the old one might have. It would probably be a good idea to put tests ending in /.., for example foo/../.. and foo/.., into

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Dave Dykstra
On Thu, Jan 16, 2003 at 04:08:01PM -0500, Scott Mcdermott wrote: Dave Dykstra on Thu 16/01 14:57 -0600: The patch from 2-1/2 years ago for changing copy-unsafe-links to follow unsafe links on the destination side also included essentially this patch. just to be clear, without

Re: CVS update: rsync

2001-12-16 Thread Martin Pool
On 14 Dec 2001, [EMAIL PROTECTED] wrote: open_socket_in was attempting to try all the protocols returned from getaddrinfo(), but only if a corresponding call to socket() returned one of three *NOSUPPORT errno codes. A Redhat 6.2 system was observed returning EINVAL instead so it never went

Re: CVS update: rsync

2001-12-16 Thread Martin Pool
On 14 Dec 2001, [EMAIL PROTECTED] wrote: Modified Files: options.c Log Message: When INET6 is not defined, meaning that IPv6 is not supported, need to initalize the global_opts.af_hint to AF_INET or systems such as Linux that have a native getaddrinfo() because they support IPv6

rsync with hp-ux 10.20 stock compiler (was Re: CVS update: rsync)

2001-11-28 Thread Martin Pool
On 28 Nov 2001, Dave Dykstra [EMAIL PROTECTED] wrote: The HP compiler needs a -Ae to accept ANSI. Sadly the compiler on this machine reports: configure:5002: cc -c -Ae -DHAVE_CONFIG_H conftest.c 5 (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.