I use Microsoft Visual C # 2010 Express and there is a need to connect to the SVN repository. There is no support in the standard; Microsoft has decided not to spoil its programmer users with the official plug-in. So how to be? Maybe there are some official tools for working in a team, if not, the question is the same - how to connect SVN.

    1 answer 1

    Visual Studio Express does not support plugins. Therefore, there are two options:

    1. buy Visual Studio Professional and add it with plug-ins: VisualSVN (for money) or AnkhSVN (free);
    2. leave Visual Studio Express and use TortoiseSVN as a standalone version control system.