vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

(SFTP) deploy doesn't delete remote orphan files

Open ghost opened this issue 7 years ago • 2 comments

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).

ghost avatar Jun 17 '17 21:06 ghost

@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.

mkloubert avatar Jun 18 '17 22:06 mkloubert

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.

alejandroivan avatar Jul 04 '17 01:07 alejandroivan