What steps will reproduce the problem?
Delete the last repository in the current repository (where it says: warning type in "yes please do as i say").
Then try running git annex webapp
What is the expected output? What do you see instead?
Webapp starts. git-annex: Not in a git repository.
What version of git-annex are you using? On what operating system?
4.20130417. Debian wheezy/testing
Please provide any additional information below.
See also
?git-annex: Not in a git repository.
where the same error message occurs
Do you still have a
~/annex
or~/Desktop/annex
? What's in there?Also, please show me the content of your
~/.config/git-annex/autostart
file.The only bug I have been able to track down is that it fails to remove the repository from the autostart file, and so if the repository directory still exists, this will happen. I've fixed it to properly remove the repository from the file, but hesitate to close this bug as I don't understand how the repository directory could still exist after it's supposed to be deleted.
(When I try, it does get deleted, and starting the webapp again allows starting over with a new repository.)