-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0522
-
Fix Version/s: 2.1.203
-
Component/s: Synchronizer
-
Tags:
-
Sprint:drive-8.1-3
client version: 2.0.0331
server version: 1.5.2-SNAPSHOT (7.3-SNAPSHOT) - linux
Steps to reproduce:
- create a Note with ttle "2015/03/30" inside a synchronized root, with html content "test"
- on local directory, file "2015-03-30.html" is correctly created, with the accurate content
- edit the "test" content on the note server side => sync is not done correctly
- edit the same content on the note client side => same, sync is not done correctly
Drive logs show:
2015-03-31 16:04:39,111 9325 139818063345408 ERROR nxdrive.engine.processor [Errno 2] No such file or directory: u'/home/anahide/Nuxeo Drive Local/eeee/2015/03/.30.html.nxpart' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/nxdrive/engine/processor.py", line 118, in _execute sync_handler(doc_pair, local_client, remote_client) File "/usr/local/lib/python2.7/dist-packages/nxdrive/engine/processor.py", line 410, in _synchronize_remotely_modified raise e IOError: [Errno 2] No such file or directory: u'/home/anahide/Nuxeo Drive Local/eeee/2015/03/.30.html.nxpart'
- is required by
-
NXBT-893 Allow editing the Jenkins report duty comments with Drive
- Resolved