Downloading using git

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Downloading using git

Aldo
Hello,

I am trying to download the source code for gluegen and jogl, but I keep getting a connection timed out. I run the following:

git clone git://jogamp.com/srv/scm/gluegen.git gluegen

Get the following error:

jogamp.com[0: 208.73.210.29]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Are there addtional things I need to do on my end? Running git version 1.7.6

Thanks,

Aldo L.
Reply | Threaded
Open this post in threaded view
|

Re: Downloading using git

Wade Walker
Administrator
Hi Aldo,

It looks like you're trying to pull to code from git://jogamp.com/srv/scm/gluegen.git instead of git://github.com/sgothel/gluegen.git. There are detailed instructions at http://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_line in case you run into more problems.

However, I just noticed that the instructions at http://jogamp.org/jogl/doc/HowToBuild.html are now pointing to git://jogamp.com/srv/scm/gluegen.git -- it looks like Sven just changed this doc on June 28, with the comment "main git source location if jogamp". But he's still pushing changes into git://github.com/sgothel as of yesterday, so I don't know what's going on

Hey Sven -- is our Git repo really supposed to be at git://jogamp.com/srv/scm now?
Reply | Threaded
Open this post in threaded view
|

Re: Downloading using git

Wade Walker
Administrator
Ah, it looks like there are now two Git repos: Sven's personal one at git://github.com/sgothel, and a new one at git://jogamp.org/srv/scm. There was initially a typo on the "how to build" page, but it should be fixed soon (see https://jogamp.org/bugzilla/show_bug.cgi?id=504).

Sven says he pushes his changes to both repos, so you should be able to fork either one.

Reply | Threaded
Open this post in threaded view
|

Re: Downloading using git

Sven Gothel
Administrator
On Saturday, July 23, 2011 07:10:06 PM Wade Walker [via jogamp] wrote:
>
> Ah, it looks like there are now two Git repos: Sven's personal one at
> git://github.com/sgothel, and a new one at git://jogamp.org/srv/scm. There
> was initially a typo on the "how to build" page, but it should be fixed soon
> (see https://jogamp.org/bugzilla/show_bug.cgi?id=504).
>
> Sven says he pushes his changes to both repos, so you should be able to fork
> either one.
>

in regards to gluegen, joal and jogl, those repos have the same branches and sha1's, yes.

sorry, I missspelled jogamp.org, wrote jogamp.com, fixed it in wip_mobile branch.
will be visible after merge

the idea is to have the official jogamp branches on the official domain,
thats all.


~Sven
Reply | Threaded
Open this post in threaded view
|

Re: Downloading using git

Wade Walker
Administrator