-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fswatch isn't following symbolic links #87
Comments
I just tried to replicate your issues but I don't find any problem:
From another terminal:
and
Could you confirm you are affected by this problem? |
Perhaps I am using it wrong, is there not support for nested symbolic links?
|
Symlink resolution is guaranteed when parsing command line arguments but then each monitor has its own characteristics. You are running Monitors using other APIs, such as kqueue and inotify, have to scan the file system anyway and adding this behaviour was straightforward. |
Ah, that explains it. Thank you very much!
|
You're welcome @seaside98 |
Fswatch does not follow symbolic links to watch events within the symbolic link. I am running
I have also tried
--follow-links
, with no results. Hopefully this isn't just an issue with me.OSX yosemite
fswatch 1.4.7
The text was updated successfully, but these errors were encountered: