How to remove TFS bindings from a Codeplex project

codeplex, source-control-bindings, svn, tfs

Solution

- File -> Source Control -> Change Source Control.

- Highlight all rows, click Unbind, OK.

- Save.

- Tools -> Options -> Source Control.

- Pick desired VS plugin, OK.

- Solution Explorer -> rightclick -> Add To Source Control.

- Follow the instructions in the new provider's wizard.

There are some binding commands in tfpt but they're all about adding TFS bindings, not removing them.

Problem

I have a couple of projects hosted on Codeplex. Since I didn't really have a clue about anything but TFS when I created them, I used that. But, now I have gotten more comfortable with TortoiseSVN and VisualSVN so I would like to use that instead. Of course, to get my project using subversion is no problem. The thing is that the projects have TFS bindings in them. How can I remove these? Would be nice with a step by step guide. And so you don't have to wonder what tools I have: I can connect to the projects with both the TFS Explorer thing in Visual Studio and with TortoiseSVN. I also have TFS power tools installed, so I can use those too if needed.

Original source