Hi, I just encountered an unexpected dvc remove behavior. Is the following behavior intended?
> ls
report.html report.html.dvc
> dvc remove report.html
ERROR: failed to remove 'report.html' - bad DVC-file name 'report.html'. DVC-files should be named 'Dvcfile' or have a '.dvc' suffix (e.g. 'report.html.dvc').
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
> ls
report.html.dvc
So I tried to remove the .html got an error that I should remove the .html.dvc file instead, but unexpectedly the .html was removed! Is this intended?
Hi, I just encountered an unexpected
dvc removebehavior. Is the following behavior intended?So I tried to remove the
.htmlgot an error that I should remove the.html.dvcfile instead, but unexpectedly the.htmlwas removed! Is this intended?