Re: [GIT] Getting started with Git and Eclipse

2015-01-08 Thread Benedikt Ritter
2015-01-07 21:05 GMT+01:00 sebb : > On 7 January 2015 at 17:57, Christopher wrote: > > On Wed, Jan 7, 2015 at 12:47 PM, sebb wrote: > > > >> On 7 January 2015 at 17:39, Christopher wrote: > >> > On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: > >> > > >> >> I've just started trying to look at som

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread sebb
On 7 January 2015 at 17:57, Christopher wrote: > On Wed, Jan 7, 2015 at 12:47 PM, sebb wrote: > >> On 7 January 2015 at 17:39, Christopher wrote: >> > On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: >> > >> >> I've just started trying to look at some Math code with Eclipse. >> >> >> >> However it'

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread Christopher
On Wed, Jan 7, 2015 at 12:47 PM, sebb wrote: > On 7 January 2015 at 17:39, Christopher wrote: > > On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: > > > >> I've just started trying to look at some Math code with Eclipse. > >> > >> However it's not at all obvious how to create the initial project. >

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread sebb
On 7 January 2015 at 17:39, Christopher wrote: > On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: > >> I've just started trying to look at some Math code with Eclipse. >> >> However it's not at all obvious how to create the initial project. >> >> I'm used to SVN where there is a list of SVN repos, an

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread Christopher
On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: > I've just started trying to look at some Math code with Eclipse. > > However it's not at all obvious how to create the initial project. > > I'm used to SVN where there is a list of SVN repos, and one can just > checkout the required tree. > > How is

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread James Carman
Isn't that a bit of a slippery slope? Do we want to have a wiki page for OSX tips and tricks too? Do we need a separate one for IDEA, or Netbeans, or VI? The project is using Git and Maven. I don't know that you can get any more common than that in the Java ecosystem these days. There are plen

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread sebb
On 7 January 2015 at 17:14, Bernd Eckenfels wrote: > Am Wed, 7 Jan 2015 16:42:56 + > schrieb sebb : > >> On 7 January 2015 at 16:06, luc wrote: >> > Hi Sebb, >> > >> > Le 2015-01-07 16:11, sebb a écrit : >> > >> >> I've just started trying to look at some Math code with Eclipse. >> >> >> >> H

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread Bernd Eckenfels
Am Wed, 7 Jan 2015 16:42:56 + schrieb sebb : > On 7 January 2015 at 16:06, luc wrote: > > Hi Sebb, > > > > Le 2015-01-07 16:11, sebb a écrit : > > > >> I've just started trying to look at some Math code with Eclipse. > >> > >> However it's not at all obvious how to create the initial project.

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread sebb
On 7 January 2015 at 16:06, luc wrote: > Hi Sebb, > > Le 2015-01-07 16:11, sebb a écrit : > >> I've just started trying to look at some Math code with Eclipse. >> >> However it's not at all obvious how to create the initial project. >> >> I'm used to SVN where there is a list of SVN repos, and one

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread luc
Hi Sebb, Le 2015-01-07 16:11, sebb a écrit : I've just started trying to look at some Math code with Eclipse. However it's not at all obvious how to create the initial project. I'm used to SVN where there is a list of SVN repos, and one can just checkout the required tree. How is one supposed

Re: [GIT] Getting started with Git and Eclipse

2015-01-07 Thread James Carman
Isn't this a question for the Eclipse people? On Wed, Jan 7, 2015 at 10:11 AM, sebb wrote: > I've just started trying to look at some Math code with Eclipse. > > However it's not at all obvious how to create the initial project. > > I'm used to SVN where there is a list of SVN repos, and one can

[GIT] Getting started with Git and Eclipse

2015-01-07 Thread sebb
I've just started trying to look at some Math code with Eclipse. However it's not at all obvious how to create the initial project. I'm used to SVN where there is a list of SVN repos, and one can just checkout the required tree. How is one supposed to add the initial project to Eclipse? ---