Re: Missing ReflectionUtil methods?
Posted by
Michael Bien on
Jun 26, 2010; 2:42pm
URL: https://forum.jogamp.org/Missing-ReflectionUtil-methods-tp923893p924267.html
this is the nice part of decentralized repositories. You can just pull
from any clone you want. Its completly fine.
e.g. just do a:
cd repo/
git pull git://github.com/mbien/gluegen.git master
and you are up2date again. You did everything right by cloning Sven's
repos, you don't have to change anything.
jogl/jocl will build (today) if you are in sync with:
mbien/gluegen
sgothel/jogl or mbien/jogl
mbien/jocl
usually you can expect gluegen to be in sync too.
Tomorrow i will integrate your changes, i am to busy today with other
things.
why do we have this situation?
well we usually don't push to someone else repo without a review. This
means if Sven has time he will review my stuff, pull from me and he is
up2date again.
thanks again,
michael
On 06/26/2010 02:52 PM, jerron [via jogamp] wrote:
Hi.
Given that I've already forked and patched both of Sven's repos, what
would be the
best way to proceed here? It seems messy to patch your repos too. I've
not
got a deadline to meet but I am quite anxious to get going on an OpenGL
project I've had waiting!