From 0fe0cb20c8bdafc0801cfd2417e08dfc01c8bf5a Mon Sep 17 00:00:00 2001 From: "http://phil.0x539.de/" Date: Sat, 10 Nov 2012 21:40:22 +0000 Subject: [PATCH] --- doc/bugs/creds_directory_not_automatically_created.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/bugs/creds_directory_not_automatically_created.mdwn diff --git a/doc/bugs/creds_directory_not_automatically_created.mdwn b/doc/bugs/creds_directory_not_automatically_created.mdwn new file mode 100644 index 0000000000..0aaa9b0be8 --- /dev/null +++ b/doc/bugs/creds_directory_not_automatically_created.mdwn @@ -0,0 +1 @@ +I just compiled ff7810eb83d8372e6206d487c63482d678e0b3d4 and created a new git-annex repository through the setup steps of "git-annex webapp". Then I tried configuring a Jabber account from the webapp. It then failed to create $REPO/.git/annex/creds/xmpp with a "No such file or directory" message because $REPO/.git/annex/creds did not get created. After doing a manual mkdir the Jabber setup went through fine.