We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When checking out an empty directory, it shows "Nothing to do" because get_all_files_numbers(stages) throws 0 -- dvc/repo/checkout.py.
get_all_files_numbers(stages)
dvc/repo/checkout.py
The checkout works but it shows the message.
mkdir empty dvc add empty rmdir empty dvc checkout empty.dvc
When checking out an empty directory, it shows "Nothing to do" because
get_all_files_numbers(stages)throws 0 --dvc/repo/checkout.py.The checkout works but it shows the message.