How to deal with Git Submodules in Visual Studio solutions with different layout?

后端 未结 5 975
独厮守ぢ
独厮守ぢ 2021-02-15 07:09

We develop with Visual Studio 2010 (in C#) and migrated a while ago from SVN to GIT. Now we try to split up our repository (which is quite big - ~30.000 files) to many git repos

5条回答
  •  深忆病人
    2021-02-15 07:44

    So if I understand you correctly, the problem is with Visual Studio and not with Git? If that's the case, use the old tree structure that worked with Visual Studio. Make your submodules structure a tree structure too. So the top of the tree would be one super repo whose sub modules (the branches) would have submodules of their own, until you get down to the leaves of your tree. It would be a pain to setup at first, but it should just work.

提交回复
热议问题