Working with Sub Repositories - .git files ignored [message #847439] |
Tue, 17 April 2012 05:58 |
Eclipse User |
|
|
|
We are working on a highly modularized system were every submodule has it's own git repository. The main project itself is also under git version control. For several reasons we opted against using git's own submodule system and built a structure ourselves which looks like so:
/MainProject
- .git/
- app/
- src(ignored in MainProject's .gitignore)/
- - SubModule1/
- - - .git/
- - SubModule2/
- - - .git/
Now Egit does not provide a possibility to define a different repository for a subfolder, so I would like to ask you if you have any ideas for a workaround!
Thanks!
Sebastian
|
|
|
Powered by
FUDForum. Page generated in 0.03036 seconds