[GLLUG] [LMN] Re: [HIAG] GIT and SubModules on Repo

Michael P. Flaga michael at flaga.net
Thu Aug 8 11:36:02 EDT 2013


Thanks Randy and Daniel.

 

I see the file path issue, the fixed fork worked.

And I changed the .gitmodules entries from url = git at ... To url = https:. 

As I see that makes it more friendly.

It all makes sense.

 

Michael P. Flaga, michael at flaga.net

 

From: lansing-makers-network at googlegroups.com
[mailto:lansing-makers-network at googlegroups.com] On Behalf Of Randy Schott
Sent: Thursday, August 08, 2013 10:25 AM
To: Lansing Makers Network
Cc: high-impedance-air-gap at googlegroups.com; GLLUG
Subject: Re: [LMN] Re: [HIAG] GIT and SubModules on Repo

 

doh, double check before sending.

 

"Problem file the .gitmodules *file*" 

 

File != folder, at least not exactly.

 

On Thu, Aug 8, 2013 at 10:22 AM, Randy Schott <randyschott at gmail.com> wrote:

I did manage to get my SSH key working and gave this a try.  On Windows, at
least, there was an issue with the .gitmodules folder.

 

Mike, I forked your repo and fixed it.  You have a pull request with the
changes.  Hope it helps!

 

Randy

 

On Thu, Aug 8, 2013 at 10:17 AM, Rosangela Canino-Koning <voidptr at gmail.com>
wrote:

Aaand, here's an example of how to pull them.

http://avida.devosoft.org/devguide/setup/



On Thursday, August 8, 2013 9:38:11 AM UTC-4, Randy Schott wrote:

Hey Mike,

 

  Have a look at this page:

 

http://git-scm.com/book/en/Git-Tools-Submodules

 

Are you using `git submodule init` followed by `git submodule update` ?
That's generally how you're supposed to clone the submodules of a project.
I tried to clone your repo and see if I could get the submodules working,
but the init/update failed due to a permissions issue.  My SSH keys aren't
set up correctly and your .gitmodules is setup to use the SSH style links
(git://) instead of the HTTPS ones.

 

In general, keep in mind that submodules are treated as completely separate
code.  Pulling latest on the parent repo will not pull latest on the
submodules.  You have to update them manually.  

 

On Thu, Aug 8, 2013 at 12:56 AM, Michael P. Flaga <mic... at flaga.net> wrote:

When I clone a repo of submodules I don't get the files.

 

I have collection of repo's on github. I then made a local repo of
submodules pointed to the github repo's, then push it up to a github repo of
its own.

Then on a virgin local location I clone git and pull it (the parent). My
problem is that all the directories are there, but there are no files, no
code.

I have tried using the  --recursive and or the --recurse-submodules
arguments in the clone. But still nothing.

 

My repo is https://github.com/mpflaga/biofeedback.project

 

Any suggestions?

 

git version 1.8.3.msysgit.0

 

Michael P. Flaga, michael at flaga.net

 

-- 
You received this message because you are subscribed to the Google Groups
"High Impedance Air Gap" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to high-impedance-air-gap+unsubscribe at googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

 

-- 
 
--- 
You received this message because you are subscribed to the Google Groups
"Lansing Maker's Network" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lansing-makers-network+unsubscribe at googlegroups.com
<mailto:lansing-makers-network%2Bunsubscribe at googlegroups.com> .


For more options, visit https://groups.google.com/groups/opt_out.
 
 

 

 

-- 
 
--- 
You received this message because you are subscribed to the Google Groups
"Lansing Maker's Network" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lansing-makers-network+unsubscribe at googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.egr.msu.edu/mailman/public/linux-user/attachments/20130808/277a37e0/attachment-0001.html>


More information about the linux-user mailing list