Open corford opened 7 years ago
How do I use this on windows 7? the command "make" is impossible to run.
@ohoroyoi you need a up-to-date Windows 10
@corford any steps on how you compiled notify-forwarder
for windows 10? Thank you.
@bilogic Alas, this was quite a while ago and I'm afraid I can't remember any of the details (completely forgot about this project until GH notified me of your comment just now). I assume I must have compiled it from within the WSL (or cross compiled and moved the binary across).
let me understand correctly, was it a Windows EXE binary or a Linux one? Can share if it is windows?
Microsoft recently added inotify support to their Windows Subsystem for Linux (see: https://blogs.msdn.microsoft.com/commandline/2016/10/07/wsl-adds-inotify-filesystem-change-notification-support/).
Happy to report running
notify-forwarder watch
via bash on the windows host andnotify-forwarder receive
on the linux guest picks up file & directory changes made on the windows host (confirmed by runningwhile true; do inotifywait /vagrant/gitrepos -r; done
on the guest).Only caveats: I had to run
notify-forwarder
as root on the guest and DELETE events are not picked up (only creation/modification, albeit shown as ATTRIB events by inotifywait).So you can add Windows 10 to the supported platforms list :)