import: support importing the whole repo
See original GitHub issueFrom #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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Importing a repository with GitHub Importer - GitHub Docs
In the upper-right corner of any page, click , and then click Import repository. Import repository option in new repository menu; Under "Your...
Read more >Import a Git repo into your project - Azure - Microsoft Learn
Import a repo from GitHub, GitLab, or Bitbucket into your Azure ... The import service is for initially importing a entire repository.
Read more >How to import existing Git repository into another?
Probably the simplest way would be to pull the XXX stuff into a branch in YYY and then merge it into master: In...
Read more >git-fast-import Documentation - Git
The fast-import backend itself can import into an empty repository (one that has already been initialized by git init) or incrementally update an...
Read more >Import project from repository by URL - GitLab Docs
In GitLab, on the top bar, select Main menu > Projects > View all projects. · On the right of the page, select...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dberenbaum Thanks for the heads up! Indeed, downgraded the priority. The underlying functionality is actually already present (repofs and dvcfs are both work with repo roots just fine and we are able to stage any directory), so just a matter of making sure import/get don’t do anything funny or don’t have safeguards for this.
@efiop What do you think of the priority of this one? I haven’t seen this requested, so IMO it could be p2 or even p3.