Re: Would GIT submodules be a good idea?

2011-08-16 Thread Jesse Phillips
On Tue, 16 Aug 2011 18:46:28 +0200, Jacob Carlborg wrote: > Not all top level directories need to be submodules, that was just a > thought. I could include everything to make it possible to build DWT in > one repository (the super repository) and have everything else in > submodules. Looking a li

Re: Would GIT submodules be a good idea?

2011-08-16 Thread Jacob Carlborg
On 2011-08-16 16:30, Jesse Phillips wrote: It is almost like that. It's just that the cloning also requires the initialization and cloning of the submodules. You'll have to keep them in sync and I've never submoduled a project that had submodules it self. Yeah, I've read that now. I'm not use

Re: Would GIT submodules be a good idea?

2011-08-16 Thread Jesse Phillips
On Tue, 16 Aug 2011 08:54:16 +0200, Jacob Carlborg wrote: > I'm not exactly sure what you mean with "one source base", because > currently all OS specific stuff are in one repository. > >> But do you really need submodules? If you want dwt you'll either pull >> in dtw-win dwt-linux as a submodule