diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-15 15:24:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-15 15:24:45 -0400 |
commit | 24d7320583f744f09bbee393ff7fd82121c32b96 (patch) | |
tree | 820b8da8a151163acd0b35af35379d0cc0afff6e /doc | |
parent | 373a4dfc331386cf66add44ea751c09e86440bfb (diff) |
empty directory removal working
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/export.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index c8438d942..d40fd4c74 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -40,9 +40,3 @@ 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? -* 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. - Probably best to add a remote method to delete a directory, and have - export use it on all directories it thinks should be empty. |