Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Is multiple "meta" repos possible/supported? #860

Open
jhdub23 opened this issue Mar 29, 2022 · 2 comments
Open

[question] Is multiple "meta" repos possible/supported? #860

jhdub23 opened this issue Mar 29, 2022 · 2 comments

Comments

@jhdub23
Copy link
Contributor

jhdub23 commented Mar 29, 2022

Is it possible to have more than one "meta" repo? For example, underlying repos A B C D:

meta_repo1 contains: A B C
meta_repo2 contains: B C D

Thanks,

Jay

@lordmauve
Copy link
Member

Not in any useful way.

Different meta repos could reference the same module, but the meta repo's refs (tags/branches) are used instead of refs in the submodules themselves. So different meta repos would see independent histories in the submodules.

@jhdub23
Copy link
Contributor Author

jhdub23 commented Apr 28, 2022

Different histories are actually desired. meta_repo1 and meta_repo2 would be independent. The important thing is that they don't interfere with each other in the common submodules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants