close
This commit is contained in:
parent
c83d5b7f44
commit
f6ba9b55b7
2 changed files with 5 additions and 0 deletions
|
@ -31,3 +31,6 @@ I ran the following while with appropriate environment variable WEBDAV_USERNAM a
|
|||
git-annex: WebDAV test failed: StatusCodeException (Status {statusCode = 405, statusMessage = "Method Not Allowed"}) [("Server","nginx"),("Date","Sat, 27 Sep 2014 09:36:42 GMT"),("Content-Type","application/xml; charset=utf-8"),("Content-Length","247"),("Connection","keep-alive"),("Vary","Host"),("Allow","OPTIONS, GET, HEAD, DELETE, PROPFIND, PUT, PROPPATCH, COPY, MOVE, REPORT, LOCK, UNLOCK"),("X-Response-Body-Start","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<d:error xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\">\n <s:exception>Sabre_DAV_Exception_MethodNotAllowed</s:exception>\n <s:message>The resource you tried to create already exists</s:message>\n</d:error>\n")] (CJ {expose = []}): user error
|
||||
failed
|
||||
git-annex: enableremote: 1 failed
|
||||
|
||||
> You are using an old version of git-annex; this bug was fixed in
|
||||
> version 5.20140919. [[done]] --[[Joey]]
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
The `hS3` dependency doesn't work with the `network` / `network-uri` split, which causes a build failure for `git-annex` in a fresh sandbox with its current version bounds. Either more gymnastics are needed to constrain `network` to accommodate `hS3`, or the `s3-aws` branch could be merged in if it's ready. Building `git-annex` with a `< 2.6` constraint on `network` does succeed.
|
||||
|
||||
> not a bug in git-annex, but in a dependency it uses, so [[done]]. (I already told the hS3 author about this, which is a very easy fix there, and he promised to fix it soon.) --[[Joey]]
|
||||
|
|
Loading…
Add table
Reference in a new issue