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.

link|improve this question

80% accept rate
feedback

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
1  
too bad ... this should be automated ! – jalchr May 20 '11 at 11:01
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.