question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

import: support importing the whole repo

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
efiopcommented, Feb 21, 2022

@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.

1reaction
dberenbaumcommented, Feb 18, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found