Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I totally remove TFS bindings from a solution?

We have a large solution with many projects. Some of the projects were outsourced, and the vendor used TFS. When they commited into our SVN repo, some of the bindings are still hanging around.

When I open the sln, VS2008 says "The source control provider associated with the solution cannot be found, do you want to remove them". I hit yes, save and exit, and then next time it does it all again :)

So - anyone know how I cam get rid of any TFS bindings from the sln once and for all? Do I need to manually search the csproj files for any "scc" references and remove?

Thanks!

like image 800
Matt Roberts Avatar asked Mar 30 '09 13:03

Matt Roberts


2 Answers

Some PDA deployment projects(.vddproj) had some bindings hanging around. Just removed them manually :)

like image 73
Cosmin Onea Avatar answered Oct 19 '22 23:10

Cosmin Onea


The way to remove the bindings is to search the csproj files and remove it. There is a similar question on this topic already: See: How to remove TFS source control bindings for a solution from the command line

like image 38
Brian Avatar answered Oct 20 '22 01:10

Brian