phpStorm loses permissions during sftp deployment -


i use phpstorm on mac using deployment function sftp. today noticed, file permissions lost when that. of local files have execution bit set, not set on remote server.

in deployment options have disabled "override default permissions" , did not have enabled ever before.

what do? googled world not find hooks deployment process of phpstorm. automatically triggering deployment on save instance. found solution rsync , phing (http://www.ibresources.com/technical/programming/rsync-with-phpstorm), solution, have press key, not want ( lazy bitch, know ;-) ).

if there no solution upload manually rsync, keeps permissions , rely on rest of deployment features of phpstorm. "upload"-function useless then.

does face same problem? it?

cheers, thomas

i realize old thread. however;

to preserve rwx permissions of files on upload can defined in phpstorm settings | build, execution, deployment | deployment | options.

you need activate check box "override default permissions on files" , open options dialog complete.

please reference the manual at.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -