Closed
Description
See #2498
Some quotes:
dvc init --no-scm
echo 'foo' > foo
dvc add foo
echo 'bar' > foo
dvc checkout
# 0%| |Checkout 0/1 [00:00<?, ?file/s]
# file 'foo' is going to be removed. Are you sure you want to proceed? [y/n]
It looks the same as the previous case (even though the implementation might be different). So, checkout should not raise any errors or prompts or even error messages.
I propose to avoid prompting and outputting any error messages or warning