DevonDahon
DevonDahon

Reputation: 8370

PhpStorm-EAP: Syncing files with remote server

When saving files (Ctrl-S), it's being uploaded automatically (as set in the config) and overwriting possible changes. Can I set PhpStorm to check and ask confirmation before overwriting ?

When I use the 'Synchronize myfile' option, it says 'Synchronized myfile completed successfullly', but I can't see any change on the server. I don't really understand what it's doing.

Upvotes: 0

Views: 41

Answers (1)

Eugene Morozov
Eugene Morozov

Reputation: 3043

Can I set PhpStorm to check and ask confirmation before overwriting ?

You can, just enable "Warn when uploading over a newer file" and "Notify about remote changes" in "Settings | Build, Execution, Deployment | Deployment | Options".

enter image description here

Upvotes: 2

Related Questions