From 1886fa420f0d6e45eb1cea241b2395aa64cc12ee Mon Sep 17 00:00:00 2001 From: mih Date: Wed, 17 Mar 2021 17:03:35 +0000 Subject: [PATCH] Added a comment --- ...nt_10_0598b1ccc9d7002d6b7fa08f29f8edc9._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/WEBDAV_export_has_wrong_subdirectory_content/comment_10_0598b1ccc9d7002d6b7fa08f29f8edc9._comment diff --git a/doc/bugs/WEBDAV_export_has_wrong_subdirectory_content/comment_10_0598b1ccc9d7002d6b7fa08f29f8edc9._comment b/doc/bugs/WEBDAV_export_has_wrong_subdirectory_content/comment_10_0598b1ccc9d7002d6b7fa08f29f8edc9._comment new file mode 100644 index 0000000000..8257ee159f --- /dev/null +++ b/doc/bugs/WEBDAV_export_has_wrong_subdirectory_content/comment_10_0598b1ccc9d7002d6b7fa08f29f8edc9._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="mih" + avatar="http://cdn.libravatar.org/avatar/f881df265a423e4f24eff27c623148fd" + subject="comment 10" + date="2021-03-17T17:03:34Z" + content=""" +Sorry, forgot about that. + +I `git mv`'ed a file from the root into a subdirectory, and re-exported. It fails: + +DAV failure: Status {statusCode = 500, statusMessage = \"Internal Server Error\"} \"

Server Error

\" HTTP request: \"MOVE\" \"/dltest20/some%20space/git-annex-webdav-tmp-MD5E-s4--ba1f2511fc30423bdbb183fe33f3dd0f\" + +On the server-side the file is removed from the root, but the target directory only has the tmp files. +"""]]