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

Submodules #6

Closed
Tauril opened this issue Aug 21, 2017 · 3 comments
Closed

Submodules #6

Tauril opened this issue Aug 21, 2017 · 3 comments
Assignees

Comments

@Tauril
Copy link

Tauril commented Aug 21, 2017

In the .gitmodules file, the path for the drake dependency is ../drake. Shouldn't it be the path towards your drake's fork repository on github?

Same for miniupnp, libutp and dokan.

@Dimrok
Copy link

Dimrok commented Aug 21, 2017

Hi @Tauril.

We use relative git submodules because we have our own CI (on GitLab). With this trick, we can have both GitLab (ahead) and GitHub that live side-by-side until our full migration to GitHub.

We chose that solution after reading https://stackoverflow.com/questions/32317365/multiple-urls-of-git-submodule-per-remote-submodules.

@Dimrok
Copy link

Dimrok commented Aug 21, 2017

Ok, I understand your problem... The forks don't work in this configuration, unless your also fork drake, miniupnp, libutp and dokan.

Unless there's a way to tell git to have backup urls for submodules (I couldn't find one), you'll have to fork them or to edit your .gitmodules to mention the full url instead of relative the url.

@Dimrok Dimrok mentioned this issue Aug 21, 2017
@Dimrok Dimrok self-assigned this Aug 25, 2017
@mefyl
Copy link
Contributor

mefyl commented Nov 1, 2018

Elle now uses subtrees, so this is not an issue anymore.

@mefyl mefyl closed this as completed Nov 1, 2018
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

3 participants