trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2013

Re: [trinity-devel] Build failures with latest GIT

From: "Timothy Pearson" <kb9vqf@...>
Date: Sun, 3 Mar 2013 17:25:11 -0600
>>How do I do that? I did a full repository update. I also did a git
>>pull in each of the affected sources.
>
> I copied the files from a working module and that seemed to work. I
> don't know why those modules did not update correctly.
>
> Darrell
>

A git pull does not update submodules, you need to issue a 'git submodule
update' command to do so.  Submodules are unfortunately still an area
where using GIT becomes a convoluted mess.

Tim