Hi there,
I’m still figuring DVC out so sorry if this is an obvious question. I feel like I’m missing something.
I have a project where some directories are tracked with DVC.
When someone reruns a script that overwrites existing files inside a DVC tracked directory we get “Permission denied error”. If we try to manually modify the same file with the vim editor we get that the file is flagged as readonly but we can force writting the file and it gets modified. But when we check file permissions on the file they all seem to be set properly. If we delete all files and rerun the script regenerating the files everything works fine again.
Is this how DVC is supposed to work? Shouldn’t we be able to overwrite files and then add the changes to the DVC tracked directory and then push them?
Many thanks in advance!