You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Mutagen are you using (mutagen version)?
0.11.4
Which operating system (platform/version/architecture) are you using?
Windows 10 Pro
What is the issue that you're experiencing?
When i change a file on my host (i can see that my file changed in the vagrant guest) i should see nodemon refresh on my docker (in vagrant) log, using rsync i can see that but not with mutagen.
What are the steps to reproduce the issue?
use mutagen on vagrant-docker infrastructure and use nodemon to refresh node server after each change.
What is the expected result of these steps in the absence of the issue?
i should see nodemon refresh on my docker (in vagrant) log
What is the actual result?
nodemon doesn't refresh
The text was updated successfully, but these errors were encountered:
karousn
changed the title
nodemon can't detect the change windows to vagrant-docker
nodemon can't detect the change from windows to vagrant-docker
Jun 4, 2020
After some test, i can confirm that i have refresh work but after some time of project start doesn't work any more so i must restart my mutagen project to see the refresh of nodemon again.
Thanks for the report on this, sorry for the slow reply. I'm fairly certain that this shares the same underlying cause as #163, namely the lack of detection of rename operations. There's an open Pull Request (#158) that I haven't had time to review/finish. I'll try to prioritize that since this is important. If you don't mind, I'll close this as a duplicate of #163 just to keep the issue tracker manageable, so I'd recommend subscribing to that and the PR for a resolution.
Which version of Mutagen are you using (
mutagen version
)?0.11.4
Which operating system (platform/version/architecture) are you using?
Windows 10 Pro
What is the issue that you're experiencing?
When i change a file on my host (i can see that my file changed in the vagrant guest) i should see nodemon refresh on my docker (in vagrant) log, using rsync i can see that but not with mutagen.
What are the steps to reproduce the issue?
use mutagen on vagrant-docker infrastructure and use nodemon to refresh node server after each change.
What is the expected result of these steps in the absence of the issue?
i should see nodemon refresh on my docker (in vagrant) log
What is the actual result?
nodemon doesn't refresh
The text was updated successfully, but these errors were encountered: