From #2012 Support importing the whole repo with dvc import myrepo. This is going to be similar to specifying multiple datas within the repo, e.g. dvc import myrepo data1 data2, but we will have to collect it ourselves for the whole repo. Probably worth putting into a directory by default. E.g. dvc import https://github.com/iterative/dvc -> create 'dvc' directory in which data files will be places same way they are placed in the original repo.
From #2012 Support importing the whole repo with
dvc import myrepo. This is going to be similar to specifying multiple datas within the repo, e.g.dvc import myrepo data1 data2, but we will have to collect it ourselves for the whole repo. Probably worth putting into a directory by default. E.g.dvc import https://github.com/iterative/dvc-> create 'dvc' directory in which data files will be places same way they are placed in the original repo.