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 from the "Unsupported Modules" folder in my clone.

All of the unsupported modules folders show up.

Here is where I'm getting hung up:

I add a new folder for our JTin Version 2 unsupported module that I want to
push to my GeoTools fork on GitHub. When I try to commit the new folder
through, I get this message: "No changed items were selected. Do you wish
to amend the last commit?

Are any of you guys using Egit in Eclipse? Any suggestions on what I try
next?

I can always try to resort to the Git command line to create the module
structure, but I'm trying to figure out how to get Git integrated into my
Eclipse workflow.

Thanks for any help. If I'm being a major irritation, I can move these
questions to a Eclipse/Git specific mailing list.

Landon



On Thu, Jun 27, 2013 at 6:50 PM, Ben Caradoc-Davies <
ben.caradoc-dav...@csiro.au> wrote:

> 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<https://github.com/geotools/geotools.git>
>
> You should then be able to pull from geotools master with (for example):
>
> git pull geotools master
>
> Kind regards,
> Ben.
>
>
> On 28/06/13 01:50, Landon Blake wrote:
>
>> 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".
>>
>
> --
> Ben Caradoc-Davies <ben.caradoc-dav...@csiro.au>
> Software Engineer
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to