No hold on a second. 'master' is not evolving, 'develop' is the branch that you should be tracking.
I am also getting that 'core' is updated but 'core' has no changes in its 'develop' branch. Rickard, did you cd core git push origin develop cd ../libraries git push origin develop cd ../extensions git push origin develop cd .. git push origin develop ?? It is not enough to just push at the root... If you go to https://github.com/Qi4j/qi4j-core you can see there are no commits from you. So Toni; you should NOT use 'master'... On Tue, Mar 8, 2011 at 6:22 PM, Toni Menzel <[email protected]> wrote: > It was (perhaps) just me, trying to do it from "develop" branch. From > "master", everything worked just fine. > Thanks! > > On Tue, Mar 8, 2011 at 10:44 AM, Rickard Öberg <[email protected]> > wrote: >> >> Hey, >> >> I'm super new to this thing too, and probably screwed something up :-( >> I've tried pushing my changes in "core" now, and it seems to have >> worked. Can you try again? >> >> /Rickard >> >> 2011/3/8 Toni Menzel <[email protected]>: >> > Hi, >> > can it be that someone made a change in qi4j core put did not push that >> > change (in submodule) ? >> > I get this fancy, >> > -- >> > localhost:qi4j-sdk tonit$ git submodule update >> > fatal: reference is not a tree: f944e615f45caa9eec903ffc523f5343a0bea0d8 >> > Unable to checkout 'f944e615f45caa9eec903ffc523f5343a0bea0d8' in >> > submodule >> > path 'core' >> > -- >> > According to the docs, i am new to the submodule thing, still not 100% >> > convinced about it, the responsible person is: >> > -- >> > localhost:qi4j-sdk tonit$ git log -1 core >> > commit bc260cbb3c2d3440ad2466946b2d4b7eb5f76133 >> > Author: Rickard Öberg <[email protected]> >> > Date: Mon Mar 7 11:52:29 2011 +0800 >> > -- >> > @Rickard, can you push that change, too ? >> > Or is it "just me (=noob)" ? >> > >> > -- >> > Toni Menzel - http://www.okidokiteam.com >> > >> > _______________________________________________ >> > qi4j-dev mailing list >> > [email protected] >> > http://lists.ops4j.org/mailman/listinfo/qi4j-dev >> > >> > >> >> _______________________________________________ >> qi4j-dev mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/qi4j-dev > > > > -- > Toni Menzel - http://www.okidokiteam.com > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > > -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

