On Mar 19, 10:05 pm, "Cody P." <
cpi...@gmail.com> wrote:
> I vote for svn, it has more and better available integration with
> various toolchains and ides.
I understand that svn currently has good integration with IDEs and
such, but there are certain things that SVN really sucks at, such as
merging code from multiple branches.
I foresee the use case of LBL to be a good starting point for many
projects. Each project would then add on custom pieces along side the
LBL code, most of which would not be intended to be committed back to
the LBL codebase. However, some custom code would be merged back into
the LBL code base creating a new version of LBL. At some point, each
of those projects would want the latest and greatest LBL. Using git,
this update would be easy to moderately hard. Using subversion, this
update would be hard to impossible.
An alternative may be to use engines. (I have never used engines, but
it may be good for something like this -- anyone?)