Re: [git-users] multiple eclipse projects using single repository

2012-12-06 Thread William Mizuta
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 jmar...@gmail.com 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.

 --




-- 




Re: [git-users] multiple eclipse projects using single repository

2012-12-06 Thread Jeffrey Marans
Thanks.

On Thursday, December 6, 2012 1:50:38 PM UTC-5, William Mizuta wrote:

 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 jma...@gmail.comjavascript:
  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.
  
 -- 
  
  




--