Re: git submodule issues

2014-04-15 Thread Brian Rectanus
With the IronBee project (https://github.com/ironbee/ironbee/ - which has a TS plugin) I ran into similar issues with submodules. They just do not cut it were prone to get out of date and sensitive to git versions as I think you are finding here. I moved to use git-subtree instead. For IronBee I

Re: git submodule issues

2014-04-15 Thread Thomas Jackson
I'd prefer to keep it as a submodule because it will make porting fixes etc significantly easier. Do we have any specifics about the problems in the build systems? I use git submodules for some tooling internally-- so I might be able to give a hand. The submodule stuff has been there for a while so

Re: git submodule issues

2014-04-15 Thread Phil Sorber
On Tue, Apr 15, 2014 at 4:44 PM, Leif Hedstrom wrote: > Hi all, > > we added LuaJIT as a submodule, and it seems to be breaking in odd ways on > the build systems. Some of them handles it, others do not. Presumably > different git versions? E.g. it works on CentOS5, but not CentOS6, etc. etc. > >

git submodule issues

2014-04-15 Thread Leif Hedstrom
Hi all, we added LuaJIT as a submodule, and it seems to be breaking in odd ways on the build systems. Some of them handles it, others do not. Presumably different git versions? E.g. it works on CentOS5, but not CentOS6, etc. etc. How do we feel about simply just “importing” this into the tree,