From 305f2cbe0e145f772dc8c8197592c70b292618ca Mon Sep 17 00:00:00 2001 From: m Date: Sun, 6 Jan 2013 13:43:26 +0000 Subject: [PATCH] --- ..._error_upon_creating_the_initial_repo.mdwn | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/webapp_raise_an_internal_server_error_upon_creating_the_initial_repo.mdwn diff --git a/doc/bugs/webapp_raise_an_internal_server_error_upon_creating_the_initial_repo.mdwn b/doc/bugs/webapp_raise_an_internal_server_error_upon_creating_the_initial_repo.mdwn new file mode 100644 index 0000000000..5377d07f2a --- /dev/null +++ b/doc/bugs/webapp_raise_an_internal_server_error_upon_creating_the_initial_repo.mdwn @@ -0,0 +1,23 @@ +What steps will reproduce the problem? + +Fresh install on a 12.40 xubuntu with + + cabal install git-annex --bindir=$HOME/bin + +What is the expected output? What do you see instead? + +I launched the git-annex webapp (the assistant) and the system proposed to create a git-annex repository: I choose ~/annex/ and clicked on "Make repositiry" but I got: + + Internal Server Error + + user error (git ["--git-dir=/home/m/annex/.git","--work-tree=/home/m/annex","commit-tree","4b825dc642cb6eb9a060e54bf8d69288fbee4904"] exited 128) + + git-annex version 3.20130102 + +What version of git-annex are you using? On what operating system? + +git-annex version 3.20130102 on Xubuntu 12.04, installed with cabal (got no errors). + +Please provide any additional information below. + +I do not know if there is any log, or any info about the reason of the failure. Something useful could be that ~/annex/ now contains an empty git repository, so "something" happened despite the error.