No way to keep synched with remote files?
I working with a trial of PhpStorm and I really like the product. But I can't seem to find a way arround this simple problem:
1. There seems to be no way to auto synch all of the changed files on the server with the local copies of those files on my machine. When a collegue uploads a new file to the server there seems to be no automatic way for PhpStorm to notice the file and download a local copy. Am I missing something?
2. If a colleague edits a file on the server, PhpStorm does not know that the file has changed. I can do a manual diff on every file I touch. But this seems like something a tool should be able to handle automatically. Is there a way to do this automatically?
My Setup:
1. I have a remote host setup via SFTP
2. I publish via right-click: publish to Server
I'm running PhpStorm 8.0.3 on OSX 10.9.2
Please sign in to leave a comment.
Hi there,
https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm
https://confluence.jetbrains.com/display/PhpStorm/Sync+changes+and+automatic+upload+to+a+deployment+server+in+PhpStorm#SyncchangesandautomaticuploadtoadeploymentserverinPhpStorm-%28optional%295.Notifyaboutremotechanges
"Notify about remote changes" -- sounds like right option.
P.S.
You better use proper VCS if you are working in a team (more than one person on the same set of files).