From 268a0cc6644d99f20664b000d380b23f21cdb8fc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Sep 2017 15:52:19 -0400 Subject: [PATCH] update --- doc/todo/export.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index efa8b1c382..6a8c2687a8 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -41,5 +41,6 @@ Low priority: still probably misses cases, where eg, content cycles amoung 3 files, and the same content amoung 3 other files. Is there a general algorythm? * webdav: When a file in a subdirectory gets deleted, - the webdav collection is remains, empty. Need to check if collection is - empty, and delete otherwise. + 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.