pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

Wrong sync info after file error #33

Closed wojt-spot closed 10 years ago

wojt-spot commented 11 years ago

When file is not accessible during synchronization - there is an error in log console, but file is probably marked as synchronized, as another synchro (after freeing file) do not touch this file.

Use case for reproduce on Word file: 1) open a Word document and edit it + save (in synced folder) + DO NOT CLOSE 2) sync data to Pydio 3) open it in Pydio + edit + save 4) sync data locally 5) error in log console (+ cannot access file in debug mode), but no error displays on user interface, and you think everything goes fine 6) close local file 7) open - no changes 8) sync again - no sync indicated 9) edit again in Pydio and save 10) sync again - sync indicated 11) open locally - changes are here

cdujeu commented 10 years ago

is this one closed?