G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Client tries to upload deleted files when specified on the command line #216

Closed achilleas-k closed 5 years ago

achilleas-k commented 6 years ago

When the user runs gin upload X where X is a deleted file, the deletion is committed properly, but then the upload commands receives that filename as an argument and tries to upload it, returning an error. The desired behaviour is achieved (the file deletion is pushed) but the annex copy command shouldn't try to upload the deleted file.

achilleas-k commented 5 years ago

Closed via #223