Bug#761261: git-annex: exit the daemon when the monitored dir has been deleted

2014-09-15 Thread Joey Hess
Paul Wise wrote: I think the daemon should exit if I completely remove the directory that it is monitoring. This would be a nice feature.. I think it would require a separate inotify on the parent directory containing the repository directory in order to get an event when the repository is

Bug#761261: git-annex: exit the daemon when the monitored dir has been deleted

2014-09-15 Thread Paul Wise
On Mon, 2014-09-15 at 14:33 -0400, Joey Hess wrote: Perhaps the thing to do is to check before rotating the log, and give up if the repository doesn't exist then. Rather than writing a new log file, and so recreating the repository directory as it did in your case. That sounds like a good way

Bug#761261: git-annex: exit the daemon when the monitored dir has been deleted

2014-09-12 Thread Paul Wise
Control: retitle -1 git-annex: exit the daemon when the monitored dir is deleted Control: severity -1 wishlist On Fri, 2014-09-12 at 13:23 -0400, Joey Hess wrote: daemon.status is only written if the git-annex assistant daemon is running, so there must be something to your configuration which