Changing the delete agent to handle renames as well didn't help. Renames or moves...
authorPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 6 Feb 2012 18:07:31 +0000 (20:07 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 6 Feb 2012 18:07:31 +0000 (20:07 +0200)
commit91b21852d8dea92d90efb8201d6158c013a6d5d1
tree221838a43d07173aa263b08491f686702c8b77fd
parent280763648c2698a0000dfbd2c12fc2f7835a60ec
Changing the delete agent to handle renames as well didn't help. Renames or moves will fail if the file being renamed hasn't been uploaded yet (e.g. the first time a file is created in Windows Explorer).

Added a further delay in deleting missing files instead, in NetworkAgent.cs.
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Interfaces/FileInfoExtensions.cs