Option to auto-deploy file on save?

Hi,

I'm using a remote server to do my programming work and it would be really nice to have a feature where saving a file on the local IDE automatically pushes it to my configured SFTP target. This will speed up my debugging/testing cycle because I have to right click the file and manualliy select Upload to .. right now.

Also, it would be _really_ nice to be able to push only changed files up to the server... When I do a deployment right now, it tries to copy all 1000 files over and takes forever.

Thanks

0
3 comments
Avatar
Permanently deleted user

Okay, so I figured out that I can create a Macro to Save All and then Upload to Remote. Problem solved there.

Now about that second one where remote deployment uploads all files ...

0
Avatar
Permanently deleted user

Hello,

it would be really nice to have a feature where saving a file on the local IDE automatically pushes it


Next EAP build will have a feature to upload files and folders automatically. It will also track renames/moves of files and folders.

Also, it would be _really_ nice to be able to push only changed files up to the server


Current build has an option named 'Overwrite up-to-date files' (Settings | Remote Deployment | Options). Turning this off should help you. Also you may need to turn 'Preserve files timestamps' on since up-to-date check relies on files timestamps.

Regards,
Kirill

0
Avatar
Permanently deleted user

Thank you Kirill.

Can't wait to buy the final product. This is the most well-composed IDE I've found for PHP. Thanks for all the effort.

0

Please sign in to leave a comment.