summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-24 18:21:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-24 18:21:51 -0400
commit1587a10c8a2ce9a573fcf1c286649404f365506b (patch)
tree38a7e2e109fc3190159dee5f96113a25acbcd7b5 /doc/bugs
parent2d10b1755fb8b12f0e793b56f64af57a368fb3a7 (diff)
webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking files, which is not needed by git-annex's use of webdav, and does not work on Box.com.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Creating_a_box.com_repository_fails.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Creating_a_box.com_repository_fails.mdwn b/doc/bugs/Creating_a_box.com_repository_fails.mdwn
index 75d59c9bc..ecebd7a00 100644
--- a/doc/bugs/Creating_a_box.com_repository_fails.mdwn
+++ b/doc/bugs/Creating_a_box.com_repository_fails.mdwn
@@ -35,3 +35,7 @@ ubuntu 13.10 (saucy), i686
> Seems that [DAV-0.6 is badly broken](http://bugs.debian.org/737902).
> I have adjusted the cabal file to refuse to build with that broken
> version.
+>
+>> Update: Had to work around additional breakage in DAV-0.6. It's
+>> fully tested and working now, although not yet uploaded to Debian
+>> unstable. [[done]] --[[Joey]]