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 of dependencies aren't checked out correctly #67

Closed
jspahrsummers opened this issue Nov 13, 2014 · 2 comments · Fixed by #69
Closed

Submodules of dependencies aren't checked out correctly #67

jspahrsummers opened this issue Nov 13, 2014 · 2 comments · Fixed by #69
Assignees
Labels

Comments

@jspahrsummers
Copy link
Member

Discovered while testing #57. git clone --recursive doesn't do anything with bare repos, and git checkout (rightly) won't automatically update submodules.

Since the .gitmodules file is checked out to something that's not the top-level, git submodule init doesn't even work. We'll need to do something better.

@jspahrsummers jspahrsummers self-assigned this Nov 13, 2014
@jspahrsummers jspahrsummers added this to the Initial Release milestone Nov 13, 2014
@jspahrsummers jspahrsummers removed their assignment Nov 13, 2014
@jspahrsummers
Copy link
Member Author

Maybe an acceptable answer for 0.1 is “submodules of dependencies not supported, use a Cartfile instead?” Although I would dearly love to fix this if there's an easy way. 😕

@jspahrsummers
Copy link
Member Author

NB: .gitmodules can be parsed with git config -f .gitmodules --list.

@jspahrsummers jspahrsummers self-assigned this Nov 14, 2014
natanrolnik pushed a commit to natanrolnik/Carthage that referenced this issue Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant