Source code providers for projects in Visual Studio?

Can I use multiple source code providers in Visual Studio at the same time? The global switch is not enough for my needs (I have one project in SVN, another in TFS, etc.)

+5
version-control visual-studio
May 27 '10 at 12:53
source share
2 answers

VS source control providers for each solution (each VS instance can use its SCP), and not for each project.

+3
Jun 04 '10 at 23:35
source share

Yes, it can be done. You probably don't want to use multiple source code tools in the same solution (which just seems confusing), but it is possible that the two systems coexist.

I'm a little less sure if multiple version control modules can be connected at the same time. For example, Visual Source Safe, TFS, and Ankh (I have never tried Visual Studio with any of these combinations). I currently work with both Visual Source Safe and Subversion, but while VSS functions as the VisualSVN version control provider, which appears as a more general addition.

EDIT: Based on the comments and comments.

Can multiple SCCM tools coexist in Visual Studio as a side-by-side installation? Yes.

Can they be used in one solution? I have never tried.

0
Jun 03 '10 at 14:37
source share



All Articles