Re: jogl crashes video card driver
Posted by
Sven Gothel on
Jan 01, 2013; 11:21am
URL: https://forum.jogamp.org/jogl-crashes-video-card-driver-tp4026980p4027674.html
On 01/01/2013 11:09 AM, gouessej [via jogamp] wrote:
> runiter wrote
> gouessej, I noticed you updated your svn
>
> Yes I did, you can use my JARs.
>
> runiter wrote
> but the git is still old.
> can you please update your git version of Ardor3D here:
>
>
https://github.com/gouessej/Ardor3D>
> I have just forgotten how to update my branch so that it contains Renanse's
> changes and mine :s Maybe Sven can remind me how to do that.
- git pull {some repo name} {some branch name}
this incl. a merge already, you may need to fix conflicts (rarely)
git add/commit your stuff and - git push
I now assume your svn repo is diff. from the git one.
Well, I dunno how Ardor3D does it officially, but you can have
one git repo and use git-svn on it, so a unique source of things is possible.
~Sven