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

Structure meteor repository as git submodules #59

Open
mitar opened this issue Dec 30, 2014 · 2 comments
Open

Structure meteor repository as git submodules #59

mitar opened this issue Dec 30, 2014 · 2 comments

Comments

@mitar
Copy link

mitar commented Dec 30, 2014

Structure meteor repository so that every package is in its own git repository, combined together with git submodules.

This would make forking (and integrating upstream changes) a core package much easier.

There are few packages which would really benefit from that:

  • http
  • accounts-ui
  • mimimongo

Upstream ticket: meteor/meteor#3387

@awatson1978
Copy link

Maybe. My experience has been that git submodules are awfully brittle. There's a reason they're not widely used.

@mitar
Copy link
Author

mitar commented Jan 28, 2015

What about an automatic sync of a package into its own read-only repository? So packages/minimongo could be synced into meteor/minimongo repository, synced on every push into main meteor repository?

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