From c12602187143e2089a6dab1d99ca863f73f692af Mon Sep 17 00:00:00 2001 From: nanotech Date: Thu, 17 Mar 2016 08:39:37 +0000 Subject: [PATCH] Added a comment --- .../comment_3_4026607087a9da2759f841e59aadfcdc._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/MacOSX__58___archive_folders_not_working_as_expected/comment_3_4026607087a9da2759f841e59aadfcdc._comment diff --git a/doc/bugs/MacOSX__58___archive_folders_not_working_as_expected/comment_3_4026607087a9da2759f841e59aadfcdc._comment b/doc/bugs/MacOSX__58___archive_folders_not_working_as_expected/comment_3_4026607087a9da2759f841e59aadfcdc._comment new file mode 100644 index 0000000000..ae32c97888 --- /dev/null +++ b/doc/bugs/MacOSX__58___archive_folders_not_working_as_expected/comment_3_4026607087a9da2759f841e59aadfcdc._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="nanotech" + subject="comment 3" + date="2016-03-17T08:39:36Z" + content=""" +I think this is the same bug as [Moved files are not picked up by the assistant on OS X](https://git-annex.branchable.com/bugs/Moved_files_are_not_picked_up_by_the_assistant_on_OS_X/). To reproduce, run the first transcript there but drop the file before moving it. + +FSEvents fails to produce add events for dangling symlinks (), although it does produce removal events. Recompiling and using Kqueue with git-annex instead seems to detect dangling symlinks and add them correctly. +"""]]