summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-15 12:22:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-15 12:22:11 -0400
commit78c858a0cc79c6c6aa76c3b0aba6d35370ae5861 (patch)
tree6c4c1a4e4214149f56bafb94051d99b4d746b5e2
parent3cd42bf3b74125c34b8bff80e5ecbe08efff0815 (diff)
update
-rw-r--r--doc/todo/export.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index 6a8c2687a..c8438d942 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -43,4 +43,6 @@ Low priority:
* webdav: When a file in a subdirectory gets deleted,
the webdav collection is remains, empty. Could to check if collection is
empty, and delete otherwise, but that would have a race if another export
- is running to the same webdav server.
+ is running to the same webdav server.
+ Probably best to add a remote method to delete a directory, and have
+ export use it on all directories it thinks should be empty.