Source code control for Microsoft Visual Studio
Microsoft Team Foundation Server is the default choice for source code control in Visual Studio. Its performance could be intolerably slow.
There are other fee choices
The steps to use SubVersion in Visual Studio are:
- Install VisualSVN on a machine that functions as a server. It is best to use a machine that is different from a development box because it can function as a backup if the development box is out of order.
- Install AnkhSVN, then restart VS if it is open.
- Create user names and a repository with VisualSVN.
- Following the instructions to add a project or solution to Subversion.