From ba878c4ddc20e58736989584312cb58073160aed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Oct 2017 11:09:27 -0400 Subject: webdav: Avoid unncessisarily creating the collection at the top of the repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when storing files there, since that collection is created by initremote. (This seems to work around some brokenness of the box.com webdav server which was entering a redirect loop.) Note that the fix makes locationParent return Nothing instead of "." when there's no parent directory between the path and the top of the webdav repo. This commit was sponsored by André Pereira on Patreon. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index d9684762e..4fac7a51a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ git-annex (6.20171004) UNRELEASED; urgency=medium * webdav: Make --debug show all webdav operations. * Fix build with aws-0.17. + * webdav: Avoid unncessisarily creating the collection at the top + of the repository when storing files there, since that collection + is created by initremote. + (This seems to work around some brokenness of the box.com webdav + server which was entering a redirect loop.) -- Joey Hess Sat, 07 Oct 2017 14:11:00 -0400 -- cgit v1.2.3