This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ 2013-07-14 08:38:13 +00:00 committed by admin
parent d1214d1270
commit 10f6d23763

View file

@ -0,0 +1,23 @@
### Please describe the problem.
When starting an git annex webapp in my documents repository, i get the error message, that the watcher thread has died. The error message seems to be arising from the fact, that a watcher thread for an empty string should be started, which does not work.
### What steps will reproduce the problem?
I've no idea, how to reproduce this in another repostory.
### What version of git-annex are you using? On what operating system?
ii git-annex 4.20130709 i386 manage files with git, without checking their contents into git
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
Watcher crashed: addWatch: does not exist (No such file or directory)
[2013-07-14 10:30:35 CEST] Watcher: warning Watcher crashed: addWatch: does not exist (No such file or directory)
# End of transcript or log.
"""]]