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 som开发者_StackOverflow中文版ething like TFS is out of the question.
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.
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.
精彩评论