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

后端 未结 5 976
独厮守ぢ
独厮守ぢ 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:22

    Since you are asking for a sane solution, I can only advise you to look into setting up your own NuGet service (look at http://www.MyGet.org for inspiration)

    http://nuget.codeplex.com/

提交回复
热议问题