summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar nanotech <nanotech@web>2016-03-17 08:39:37 +0000
committerGravatar admin <admin@branchable.com>2016-03-17 08:39:37 +0000
commit1705763f177987d03dee69343b13a5ac51796cf4 (patch)
tree508f52679e2c45824389a04547963423340103ed
parent5a340517f9f7d2c0eab4300cfc2edd817cbe14dd (diff)
Added a comment
-rw-r--r--doc/bugs/MacOSX__58___archive_folders_not_working_as_expected/comment_3_4026607087a9da2759f841e59aadfcdc._comment9
1 files changed, 9 insertions, 0 deletions
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 000000000..ae32c9788
--- /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 (<https://github.com/facebook/watchman/issues/172>), although it does produce removal events. Recompiling and using Kqueue with git-annex instead seems to detect dangling symlinks and add them correctly.
+"""]]