Re: [PATCH 5/5] Add gitmodules(5)
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:43:15
Lars Hjemli wrote:
(readded the gitlist) On 6/12/07, Johannes Sixt [off-list ref] wrote:quoted
Lars Hjemli wrote:quoted
Multiple checkout paths for a single submodule will bring havoc on this plan, so I need to ask: what is the use-case for multiple checkout paths?A use-case is the admin directory in the KDE repository. It has: KDE (superproject) +- kdelibs (subproject) | +- admin (subproject) | +- subdir1 | +- ... +- kdebase (subproject) | +- admin (subproject) | +- subdir2 | +- ... +- kdenetwork (subproject) | +- admin (subproject) | +- subdir3 | +- ... ...But in this case, 'admin' isn't a submodule/subproject contained by KDE, right? It's contained in three different submodules/subprojects: kdelibs, kdebase and kdenetwork.
Notice how kdelibs, kdebase and kdenetwork are both submodule and supermodule: They host the submodule admin and are hosted by KDE. (If I missed the point, then it's because I didn't follow the discussion; I jumped in because I noticed the symlink proposal by chance.) -- Hannes