On Thursday, December 6, 2012 7:22:58 PM UTC+1, Jeffrey Marans 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?
Of course you can. Just create the projects one level deeper:
repository-root/
module1/
.project
module2/
.project
module3/
.project
Of course, if the projects/modules are unrelated, they should be in
separate repositories.
--
