PhpStorm automatically upload to default server after update from SVN?

1.5k Views Asked by At

I try to automate my project, for that i need exactly:

- update files from SVN
- upload only the changed files to default server

is there any way to do that over PhpStorm (settings..),
or does i need external tools for that?

thx for answers

1

There are 1 best solutions below

0
On

go to Tools -> Deployment -> Options and check the checkbox 'Upload external changes'.

Tada :)