-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
dvc gc can remove not reproducible files that were added by dvc add. The only way to recreate the file:
dvc remove data/file.txt
cp ~/Download/file.txt data
dvc add data/file.txt
We need to distinguish reproducible and not-reproducible (data file and source data file) files and not to remove the not-reproducible without a special option.
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new featurep2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important