summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-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.