diff options
author | m <m@web> | 2013-01-06 13:43:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-06 13:43:26 +0000 |
commit | d97a5f94f78c7b602ec9561d4972534861b7363b (patch) | |
tree | a85616e932a64c1b5f66348b0df660ad80ed86d0 | |
parent | 62ff453769017db400335bef56009e98b6f913eb (diff) |
-rw-r--r-- | doc/bugs/webapp_raise_an_internal_server_error_upon_creating_the_initial_repo.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
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 000000000..5377d07f2 --- /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. |