Falconeer
Falconeer

Reputation: 411

Is it possible to have mixed source control providers in a VS2010 solution?

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.

Upvotes: 3

Views: 240

Answers (2)

Rachel
Rachel

Reputation: 1370

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

Upvotes: 2

JaredPar
JaredPar

Reputation: 755387

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

Upvotes: 0

Related Questions