rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] please resend tested patches


From: Andrew Ferguson
Subject: Re: [rdiff-backup-users] please resend tested patches
Date: Sat, 04 Nov 2006 21:51:51 -0500
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

dean gaudet wrote:
> hi... i figure it can't hurt too badly if i commit patches which i've only 
> read and not tested.  can't be worse than the current situation.
> 
> i've committed a handful i found in my mailbox and in the bugs/patches 
> tracker.
> 
> if you have patches you've been using/tested for a while and would like to 
> see committed, please refresh and resend them.  i'll do my best.

Dean,

There's a typo in the Extended Attributes patch I originally sent out
'come.apple.ResourceFork' instead of 'com.apple.ResourceFork'.

Please apply the attached patch to CVS.

Thanks, Andrew


-- 
Andrew Ferguson - address@hidden

diff -Nur rdiff-backup-cvs/rdiff_backup/eas_acls.py 
rdiff-backup-fix/rdiff_backup/eas_acls.py
--- rdiff-backup-cvs/rdiff_backup/eas_acls.py   2006-11-04 21:47:57.000000000 
-0500
+++ rdiff-backup-fix/rdiff_backup/eas_acls.py   2006-11-04 21:49:15.000000000 
-0500
@@ -67,7 +67,7 @@
                        if attr.startswith('system.'):
                                # Do not preserve system extended attributes
                                continue
-                       if attr == 'com.apple.FinderInfo' or attr == 
'come.apple.ResourceFork':
+                       if attr == 'com.apple.FinderInfo' or attr == 
'com.apple.ResourceFork':
                                # FinderInfo and Resource Fork handled elsewhere
                                continue
                        try: self.attr_dict[attr] = 
rp.conn.xattr.getxattr(rp.path, attr)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]