I hope this is the right place to ask.
Here is my scenario for developing php project:
I have 2 machines. One with Linux(ubuntu) and one with Windows 7 connected via local network.
Linux is my apache server and windows is my editing machine.
I have managed to configure properly linux machine and I can use http://myproject url on Windows machine to see my project.
I need to use Windows for editing files (netbeans) and my question is what do I need to use/install on linux to be able to edit instantly files and use http://myproject to see changes?
Please make a note that I dont want to use SVN/Git for this I just want to be able to edit files quickly and see changes via http://myproject. Please make another note that there are other machines on the network and I expect at least minimum password protection (when saving changes).
Please help me finding the best solution for this