From 6f6ccc0a4aea63aa45aadd459bdacb8e332b6239 Mon Sep 17 00:00:00 2001 From: anarcat Date: Sun, 7 Oct 2018 18:04:47 +0000 Subject: [PATCH] link to the owncloudannex error --- doc/bugs/cannot_talk_with_nextcloud_server.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/cannot_talk_with_nextcloud_server.mdwn b/doc/bugs/cannot_talk_with_nextcloud_server.mdwn index eb83a84fe9..a84eca5934 100644 --- a/doc/bugs/cannot_talk_with_nextcloud_server.mdwn +++ b/doc/bugs/cannot_talk_with_nextcloud_server.mdwn @@ -123,7 +123,7 @@ git-annex: initremote: 1 failed Notice how the server is hosted on a subdirectory of `example.net` (a placeholder name of course, my hosting provide wants to stay private ;). Maybe that's the problem? The error message says `MKCOL is not allowed for the URL /index.html`, so that is probably `example.net/index.html` responding. I suspect it's failing to do `getProps /` right before and assumes the WebDAV server does not have a root directory (which makes no sense - the Nextcloud server endpoint is actually at `/nextcloud/remote.php/webdav`). I would argue that `getProps /` should never fail or rather, we should *assume* the server is hosted in a subdirectory in that case. -Incidentally, the [[tips/owncloudannex]] remote also fails, but at the upload stage - it gives a 500 error message. But since it doesn't support the `exporttree` functionality, it's out of the question here as well. +Incidentally, the [[tips/owncloudannex]] remote also [fails](https://github.com/TobiasTheViking/owncloudannex/issues/5), but at the upload stage - it gives a 500 error message. But since it doesn't support the `exporttree` functionality, it's out of the question here as well. ### 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)