summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 15:16:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-12 15:16:17 -0400
commit8149e26f66b49af2340198cfaa794a799f80cc5f (patch)
tree8c60eb3ed215885333e8462512e3e7b3e483a304
parentfa78a0d811c2ee7d2be608722e38af643c6a036b (diff)
document box.com rename problem
-rw-r--r--doc/todo/export.mdwn6
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.