Ignore:
Timestamp:
08/03/2010 22:00:55 (2 years ago)
Author:
chris
Message:

Merge [2604] [2612] [2613] [2614] [2618] [2633] [2634] [2635] [2636]
from trunk into 0.11rc7. Fix updating of changed file attributes
(creation time) on Windows, fixes #64 in 0.11rc7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11rc7/bin/bbackupd/BackupClientDirectoryRecord.cpp

    r2594 r2663  
    614614                // Explict decryption 
    615615                BackupClientFileAttributes storeAttr(storeAttrEnc); 
     616                 
    616617                // Compare the attributes 
    617                 if(attr.Compare(storeAttr, true, true /* ignore both modification times */)) 
     618                if(attr.Compare(storeAttr, true, 
     619                        true /* ignore both modification times */)) 
    618620                { 
    619621                        // No update necessary 
     
    10491051                                try 
    10501052                                { 
     1053                                        rNotifier.NotifyFileUploadingAttributes( 
     1054                                                this, filename); 
     1055                                         
    10511056                                        // Update store 
    10521057                                        BackupClientFileAttributes attr; 
Note: See TracChangeset for help on using the changeset viewer.