FTP Sync - Auto Download?
Is there currently anyway in phpStorm to make it when I load the IDE / Open my project, it will automatically download all the most recent files from the deployment server?
Also,
I can manually do this by right clicking my project and selecting Deployment -> Download. But there is one problem even with that. I had a directory namely "img" set as exluded in my project. But Deployment still insist on updating that folder when I right click the root and select Deployment -> Download. There is only 1 directory I want to exclude so it would be painful to setup mappings for everything but what I don't want.
Is there any way to improve my workflow?
I am using phpStorm 2.1
Thank you,
Bryan
请先登录再写评论。
Hello Bryan,
Currently no. :( please vote (or comment on) http://youtrack.jetbrains.net/issue/WI-1284.
You probably marked it as 'Excluded' in the tree. Currently deployment supports it's own 'exclude by name' setting (File | Settings | Deployment | Options). Adding "img" to the list will exclude all the files and folders with that name. Here is related request: http://youtrack.jetbrains.net/issue/WI-4325.
Regards,
Kirill
Thanks. This helps a lot for now.