Refresh local symbolic links (cache) #10176
-
Hi folks, I had this
This makes my dvc-versioned files be a simple symlink, for example: $ ls -lah ds/mydataset.csv
[...] ds/mydataset.csv-> /mnt/volume_a/dvc_cache/files/md5/d4/1d8cd98f00b204e9800998ecf8427e Now I want to set my I tried My question is: Is that possible to get it updated without deleting my local file? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
shcheklein
Dec 15, 2023
Replies: 1 comment 1 reply
-
Hey @maltempi , have you tried to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maltempi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @maltempi , have you tried to use
dvc checkout --relink
by chance?