Revision ee950288 trunk/Pithos.Core/Agents/FileAgent.cs

b/trunk/Pithos.Core/Agents/FileAgent.cs
415 415
            var oldFullPath = e.OldFullPath;
416 416
            var fullPath = e.FullPath;
417 417
            
418

  
418 419
            //If the source path is one of the ignored folders, ignore
419 420
            if (IgnorePaths(oldFullPath)) 
420 421
                return;
421 422

  
423
            //TODO: Must prevent move propagation if the source folder is blocked by selective sync
422 424
            //Ignore takes into account Selective Sync
423 425
            if (Ignore(fullPath))
424 426
                return;

Also available in: Unified diff