On Wed, Jan 7, 2015 at 10:11 AM, sebb <seb...@gmail.com> 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 one supposed to add the initial project to Eclipse? >
I just do: git clone https://git-wip-us.apache.org/repos/asf/commons-math Then, in Eclipse, File -> Import -> Existing Maven Projects.