3

Currently most of the development in the company I work for is controlled via VSS. I've installed Team Foundation Server for the development at our site.

There is a future project that will involve new developement, but referencing older code bases hosted in VSS. My preference would be to use TFS for the new development, but I'm unsure if a VS2010 solution can have projects using different source control providers.

Falconeer
  • 411
  • 4
  • 16

2 Answers2

2

You'll need to change the source control provider manually (unbind - change SCC provider - bind) each time.

Rachel
  • 1,372
  • 1
  • 8
  • 11
0

No Visual Studio does not allow for mixing source control providers within a solution at the same time.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454