Re: questions about extended attributes support across *nix & osx (hfs+) filesys

2006-11-24 Thread snowcrash+rsync
wayne, thanks for the explanation. i've noticed no mention of the new rsync work (xattr/acl) on appple's boards ... probably not surprising as the current release is rsync v2.6.3 + *their* patches, and they're notoriously tight-lipped about unreleased products. anyway, i've got a mostly-working

Re: questions about extended attributes support across *nix & osx (hfs+) filesys

2006-11-24 Thread Wayne Davison
On Thu, Nov 23, 2006 at 09:27:59AM -0800, snowcrash+rsync wrote: > (1) i note that the 'new' xattr/acl support applies to osx as well. > is this intended to replace apple's patched support? Eventually. The xattr patch still needs work to finish it up, but when it finally makes it into the main rs

Compiler warning in rsync with ACLs

2006-11-24 Thread Matt McCutchen
I got a compiler warning on line 562 of receiver.c when I compiled rsync with ACLs from CVS. The compiler did not like the assignment of file->dirname (a const char *) to dn (a char *). The attached metapatch to acls.diff fixes the warning and updates some line numbers. Matt ### Eclipse Workspa

Re: questions about extended attributes support across *nix & osx (hfs+) filesys

2006-11-24 Thread snowcrash+rsync
and the 'lartmaker' fix (iteself, slightly fixed ...): applied. What exactly did you have to fix ? after applying, http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/EA.diff http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/PR-