raklos
raklos

Reputation: 28545

quick to setup version control that integrates well with VS2010

I've got to a point where i want to start using version control for my project. Mainly for reverting to previous versions of files if things go belly up, doing diff comparisons. Nothing major.

I want something that integrates well with visual studio, and something thats relatively simple to setup. - prefereably with a link to a tutorial for setting up would be nice.

Im just using my pc for this so something like TFS is out of the question.

Upvotes: 1

Views: 330

Answers (2)

Matěj Zábský
Matěj Zábský

Reputation: 17272

SVN together with free AnkhSVN Visual Studio plug-in.

And if you want to host the repository yourself, you can use VisualSVN Server.

I use this combination and it works flawlessly.

Upvotes: 3

Ali
Ali

Reputation: 2233

VisualSVN server is very easy to setup. The VisualSVN server is free. The client, however, is $49. You don't have to use the VisualSVN client though.

You might want to take a look at this answer as well.

Upvotes: 1

Related Questions