You need one .project for each eclipse project. So, you need diferent subdirectories for each one of your eclipse project. However, that's not a good solution.
I recommend to create a git repository for each one of your eclipse projects. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Thu, Dec 6, 2012 at 4:22 PM, Jeffrey Marans <[email protected]> wrote: > Can I create multiple eclipse projects using the same GIT repository > without sub-repositories or the need to re-clone the repository each time? > It seems that when one creates a project in eclipse it saves a .project > file into the repository making it impossible to create another. > > -- > > > --
