How to specify the source control plugin on a per-solution basis in Visual Studio?

后端 未结 2 1938
星月不相逢
星月不相逢 2020-12-30 18:45

I just installed AnkhSVN to have subversion support from within Visual Studio 2010. I noticed I had to go to Tools > Options > Source Control to select the current

2条回答
  •  执笔经年
    2020-12-30 18:57

    There is unfortunately no good answer here. You will simply have to go in and manually change you visual studio source control provider settings before you open the project. This is a limitation of how this particular plugin system works, and will probably take a new version of visual studio to specifically address it.

    This is an instance where visual studio works better for the enterprise shop with standardized source control tools, and not as good for a contractor working with multiple clients across an array of technologies.

提交回复
热议问题