Skip to content

Do not GC source data files #377

Closed as not planned
Closed as not planned
@dmpetrov

Description

@dmpetrov

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 featurep2-mediumMedium priority, should be done, but less important

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions