aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:09:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:10:33 -0400
commitba878c4ddc20e58736989584312cb58073160aed (patch)
treed94a857f3cf940271a8037ebd4173eac6f3898e8 /doc
parent148aebe3ff9e4953a4800aa0301c8c6038587ed0 (diff)
webdav: Avoid unncessisarily creating the collection at the top of the repo
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Upload_to_box_very_slow.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Upload_to_box_very_slow.mdwn b/doc/bugs/Upload_to_box_very_slow.mdwn
index 4668c80f8..006fe1afa 100644
--- a/doc/bugs/Upload_to_box_very_slow.mdwn
+++ b/doc/bugs/Upload_to_box_very_slow.mdwn
@@ -118,3 +118,5 @@ Notice the 5 second gap here:
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes! Thank you!
+
+> [[fixed|done]] --[[Joey]]