Welcome to MSDN Blogs Sign in | Join | Help

Feedback on Team Foundation Server MSSCCI Provider

The early feedback from the TFS MSSCCI provider has been very positive.  Thank you for your responses.  Please let us know about your experiences both good and bad on our forum or by mail.  We are particularly interested on what environments you have successfully used the TFS MSSCCI provider that is not included on our tested list (see my previous post).

From time to time I will summarize some feedback, issues, or questions that customers have had with the TF MSSCCI provider.  Today, I will address a question that one customer about changing the provider.  When a MSSCCI provider setup is run it sets the one local machine wide setting for the MSSCCI provider.  This is set in the following registry key:  HKLM\Software\SourceCodeControlProvider

For many customers, up to now they have only had one provider on their machines, e.g. SourceSafe.  However, after installing the TFS MSSCCI provider now they have multiple.  So now the issue arises, how do I switch between providers because sometimes they are using TFS and sometimes they are using something else.

How to Switch MSSCCI Providers

You switch MSSCCI providers by setting the value of ProviderRegKey of the HKLM\Software\SourceCodeControlProvider registry key. You set this value to the path listed under the InstalledSCCProviders key.

For example, the following command line command will set the provider to SourceSafe.

reg add HKLM\Software\SourceCodeControlProvider /v ProviderRegKey /d Software\Microsoft\SourceSafe /f

Likewise, the following command will set the provider to TFS.

reg add HKLM\Software\SourceCodeControlProvider /v ProviderRegKey /d "Software\Microsoft\Team Foundation Server MSSCCI Provider" /f

Keep in mind you need to restart your development environment (e.g. VS.Net 2003) before the new settings take place.

Published Monday, April 10, 2006 5:39 PM by edhintz
Filed under:

Comments

# VSTS Links - 04/11/2006

Buck Hodges blogs about TFS Alerts: From address and filtering.

Charles Sterling talks about upgrading...
Tuesday, April 11, 2006 9:49 AM by Team System News

# Visual Studio Team Foundation Server MSSCCI Provider

Version 1.0 of the Visual Studio Team Foundation Server MSSCCI Provider has been released to the web!...
Tuesday, April 11, 2006 1:57 PM by Richard Murillo

# Switching source control providers in VS prior to VS 2005

Back in 2003, Korby Parnell listed a couple of tools to switch source control providers.  The interesting...
Saturday, April 29, 2006 1:41 PM by Buck Hodges

# ASP.NET 1.1 projects with Team Foundation Version Control

A quick hint for people who plan to use TFS for version control but can't migrate their web projects
Monday, July 03, 2006 10:34 AM by Ponder .NET

# Ed Hintz MSFT Feedback on Team Foundation Server MSSCCI Provider | Paid Surveys

Anonymous comments are disabled
 
Page view tracker