Hi,
I have following setup:
iMac at my office, I have project open in Sublime Text that is located on mounted hd of our linux development box.
MacBook at any location and I mount the same hd from our linux box using sshfs.
So basically I always work on the network drive instead of local. It works fine except that I see that Sublime text is unable to detect changes sometimes. This means that code I write at night using Macbook is actually lost as Sublime text on my iMac overwrites the file somehow at some point.
Even though I love Sublime Text, I can’t risk that my code is lost due to editor so any ideas how to fix this?
I used previously UltraEdit in similar fashion and it always either prevented me to edit the file or notified that “hey I can’t save the file as there’s newer changes”.
- Peter