Re: [Geotools-devel] Geotools and Git

2013-06-28 Thread Andrea Aime
On Sat, Jun 29, 2013 at 7:33 AM, Landon Blake wrote: > I did some more troubleshooting with GitHub, Git, and EGit today. Here is > what I think I've managed to accomplish: > > - I forked the GeoTools repository in GitHub. > - I cloned the fork to my local computer hard drive. > - I used the "impor

Re: [Geotools-devel] Geotools and Git

2013-06-28 Thread Landon Blake
I did some more troubleshooting with GitHub, Git, and EGit today. Here is what I think I've managed to accomplish: - I forked the GeoTools repository in GitHub. - I cloned the fork to my local computer hard drive. - I used the "import from Git" tool in Eclipse/EGit to create a new Eclipse Project

Re: [Geotools-devel] Geotools and Git

2013-06-27 Thread Ben Caradoc-Davies
Landon, try: git remote add geotools g...@github.com:geotools/geotools.git or if you want anonymous read-only access: git remote add geotools https://github.com/geotools/geotools.git You should then be able to pull from geotools master with (for example): git pull geotools master Kind regard

Re: [Geotools-devel] Geotools and Git

2013-06-27 Thread Landon Blake
Ben and Jody: I finally managed to fork the GeoTools repository on GitHub. I'll now see if I can figure out how to " github geotools repo as a git remote for your local repo". Once this is done, I'll see if I can take a look at that pull request for the DXF module. I can't remember if I asked, b

Re: [Geotools-devel] Geotools and Git

2013-06-11 Thread Ben Caradoc-Davies
Landon, please see Justin's helpful guide: http://docs.geotools.org/latest/developer/procedures/git.html (1) In githib fork geotools to make yourusername/geotools. (2) Add your github geotools repo as a git remote for your local repo. (3) Push your changes to your github repo (I recommend a bra

Re: [Geotools-devel] Geotools and Git

2013-06-11 Thread Jody Garnett
The pull request process is unqiue to github. It is basically a front end for the github server doing some merging on your behalf. If you click the correct link in github it will show you the commands to grab the pull request into your local computer (which you would want to do to run test case

[Geotools-devel] Geotools and Git

2013-06-11 Thread Landon Blake
I've been trying to learn how to use Git and Git in Eclipse for the last couple of days. I'll need to do this so I can help Julian add the JTin module for Summer of Code to the Geotools source code repository. I also need this to figure out how to review the push request on the Geotools DXF module.