vote up 2 vote down star

I have a solution that contains a good deal of projects,

I would like to remove the source control bindings completely, how can I do this?

Update: What I really want to do is move one solution and its projects from TFS 2005 -> 2008. Thats why I am removing the bindings, is there a better way to do this?

flag

I don't think you have to remove and re-add the bindings to upgrade to a newer TFS. The 2008 client fully replaces the 2005 client and works in VS 2005 and 2008 for old and new servers. – Bert Huijben Feb 6 at 12:00

2 Answers

vote up 4 vote down check

File -> Source Control -> Change Source Control and then unbind and/or disconnect all projects and the solution.

This should remove all bindings from the solution and project files. (After this you can switch the SCC provider in Tools -> Options -> Source Control -> Plug-in Selection).

The SCC specification prescribes that all SCC providers should implement this behavior. (I only tested it for VSS, TFS and AnkhSVN)

link|flag
this is a great answer, I would also like to add - disable your network adapter to avoid any prohblems during this operation – Michael L Jan 15 at 11:23
vote up 0 vote down

The simplest solution would be to open Visual Studio, deactivate the TFS Plugin in Tools > Options > Source control and reopen the solution you want to clean. Visual Studio will ask to remove source controls bindings

link|flag
Also I forgot to mention, this is a VS 2008 Solution, and I think your answer only works with VS 2005. – Michael L Dec 11 '08 at 11:00

Your Answer

Get an OpenID
or

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