How to configure source control in VS2010

I want to configure the source for my project, but it seems to me that I need a server for this. I have never done this before, and have not yet found anything useful.

Is there a way to host the server locally so that Visual Studio can use it? Or do you know any online (free) servers that I can use?

By the way, if source control is not what I should use to track changes in my files, suggest a better option.

Thanks in advance.

+3
source share
3 answers

There are many solutions to this problem.

subversion... get tortiseSVN, ( - ).

- Ankh SVN Visual Studio

!

+4

, Team Foundation Server, Perforce, GIT.

, Visual Studio ( TFS) .

+1

Source: https://habr.com/ru/post/1745687/


All Articles