Re: [oll-user] Call for initial feedback
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Joseph R. W. <jos...@we...> - 2013-03-28 12:19:42
|
On 03/20/2013 04:50 PM, Janek Warchoł wrote: >> If that would be possible, we could have one SourceForge project only, >> which would be less confusing probably. > > I like tinkering with git and i think i could learn how to merge > repositories. However, maybe git submodules would be a correct answer? A > submodule is just a repository inside another repository, so that we could > have a big repo containing all projects, while all of them would remain to > be separate repos. > I don't know how well that plays with SourceForge, however. Sorry to come to this late in the day, but I don't see the point in having one-repo-to-rule-them-all _unless_ done via submodules -- the separation into 3 different projects is quite correct IMO, as each part is clearly independently useful (or at least, such dependencies as exist are one-way only). If you want a nice example of submodules, you can see it here with LDC (a compiler for the D programming language based on the LLVM backend). This project has the language runtime, standard library (Phobos) and test suite each as separate submodules. https://github.com/ldc-developers/ldc Since OLL is moving back to GitHub, that shouldn't be a problem. |