diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-12 15:16:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-12 15:16:17 -0400 |
commit | 8149e26f66b49af2340198cfaa794a799f80cc5f (patch) | |
tree | 8c60eb3ed215885333e8462512e3e7b3e483a304 /doc | |
parent | fa78a0d811c2ee7d2be608722e38af643c6a036b (diff) |
document box.com rename problem
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/export.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index 43d4d0e8c..da69b3e66 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -41,3 +41,9 @@ Low priority: Run each pair in turn. Then run the current rename code. Although this still probably misses cases, where eg, content cycles amoung 3 files, and the same content amoung 3 other files. Is there a general algorythm? +* Exporting to box.com via webdav, a rename of a file behaves + oddly. The rename to the temp file succeeds, but the rename of the temp + file to the final name fails. + Hypothesis: Those are done in separate http connections and it might be + talking to two different backend servers that are out of sync. + So, making export cache connections might help. |