riverstore / onesync

Automatically exported from code.google.com/p/onesync
0 stars 0 forks source link

Syncing hangs #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I synced a folder on my computer called 'Testing' with a bunch of files and 
subfolders inside. Then i chose the intermediate storage as a virtual drive 
in Windows. It synced successfully in 3 minutes. Then I removed a folder in 
'Testing' on my computer and synced again, the progress bar is still halfway 
through after 30 minutes.

Original issue reported on code.google.com by pongpong...@gmail.com on 30 Mar 2010 at 12:12

GoogleCodeExporter commented 9 years ago
It still exits. Folder A has a number of files and folders. Do the first sync, 
it is 
successful. But after deleting a folder in A, do the second sync, it breaks 
down.

Located at :OneSync.Synchronization.FileSyncAgent.Generate() Line 225 

    if (Directory.Exists(profile.IntermediaryStorage.DirtyFolderPath)) 
Directory.Delete(profile.IntermediaryStorage.DirtyFolderPath, true);

Original comment by pongpong...@gmail.com on 31 Mar 2010 at 10:52

GoogleCodeExporter commented 9 years ago
it is fixed now.

Original comment by pongpong...@gmail.com on 31 Mar 2010 at 2:25