-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status: add missing
to local workspace status
#9532
Comments
A thing to consider - how will it look like in the VS Code interface when someone actually deletes a file. I think now it's designated / marked as "D" similar to Git, and "M" stands for modified. Will we need to change those marks as well? Will it confuse people even more? (No easy answer here - clearly two use cases that are not easy to disambiguate 🤔 ) |
Would you want to change the mark for the deleted files or the ones with the new "missing" status? I think @mattseddon Have you heard about it from users? What's your take? |
What do you think of "Not Pulled"? |
I think it is fine. Would "not pulled" co-exist with "not in cache"? We could still end up with the files missing on the remote. Could we use the missing status then?... it gets complicated fast. |
In https://dvc.org/doc/command-reference/status#local-workspace-status, a dep or out can be in the following states:
If the dep/out is deleted and missing from the cache, can dvc report it as
missing
rather thandeleted
? The most common scenario is when data has not yet been pulled, anddeleted
is misleading.Related:
The text was updated successfully, but these errors were encountered: