vs-deploy
vs-deploy copied to clipboard
(SFTP) deploy doesn't delete remote orphan files
i noticed the following issues (tested with SFTP):
- the OnChange event after a local file deletion doesn't trigger a remote file delete
- if i force a Deploy Workspace the remote files that doesn't exist anymore in the workspace are not deleted
basically, there is no orphans files management or something that would trigger a real sync "local to remote" (and vice versa).
@drakelovesbarbie
Thanks for the feature request!
Currently I work on the issue Can pull/download all files from target?.
I put this on my task list as next feature to implement.
Actually, this feature should be more like "what to do with this orphan file?" rather than just deleting it. Pretty much what Aptana Studio (I don't know if it's an Eclipse or Aptana feature) did with its FTP Sync.