unnecessary remote repository fetches #9912
Labels
bug
Did we break something?
p0-critical
Critical issue. Needs to be fixed ASAP.
performance
improvement over resource / time consuming tasks
regression
Ohh, we broke something :-(
DVC has started cloning external repositories even on cases where it's not strictly required.
Anything that uses
outs_graph
has started cloning external repositories.Commands like
add/plots modify/pull/push/fetch/move
are affected, and maybe potentially others.Reproduce
git clone https://github.com/iterative/example-get-started.git cd example-get-started dvc add foo
Expected
No cloning occurs.
The text was updated successfully, but these errors were encountered: