-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
A: gcRelated go garbage collectionRelated go garbage collectionenhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurequestionI have a question?I have a question?
Milestone
Description
We probably need a command to keep a subset of files from GC. For example, I had a previous version of my model (branch model_v1) and now I develop a new one (model_v2).
$ git checkout model_v1
$ dvc gc --tag m1 # or dvc gc --persist
$ git checkout model_v2
$ dvc gc --tag m2 # or dvc gc --persist
$ dvc gc --nuke # Remove all cache files (need to be implement) but not persistent.
Q: Do we need tags and can we utilize Git tags?
Metadata
Metadata
Assignees
Labels
A: gcRelated go garbage collectionRelated go garbage collectionenhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurequestionI have a question?I have a question?