From 5fe803e14e59ea13ccc3b979feadb25db0791430 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Sep 2017 12:22:11 -0400 Subject: [PATCH] update --- doc/todo/export.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index 6a8c2687a8..c8438d9420 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.