Search for this topic, I found this summary post but I cannot open the original question (discord tells me it cannot find it) so I’m creating a new topic. Apologies in advance.
I tried following the instructions given i.e. I ran
mv my_file.dvc dvc_links/my_file.dvc
and edited the working directory in the moved file.
However running dvc status
gives
dvc_links/my_file.dvc:
changed checksum
How do I get dvc to update the checksum in the relocated file? I even tried removing the md5: xx line at the top of the new file, calculating the md5 sum and reinserting it but this didn’t work.