Can anyone recommend a nice simple, easy to use source control system I can use locally on my laptop for a single user that integrates with VS2010? I am just looking for something that will let me do versioning locally and not particularly for collabrative working.
I have used SubVersion when part of a development team and that works very nicely with VS2010, but for my own personal projects/work I don’t want to go to the hassle of installing SubVersion locally on my laptop just for myself.
I have tried Bazaar, but didn’t really like it’s distributed version control system and it’s branches etc. Any other suggestions welcome. Thanks.
Personally I will recommend you install VisualSVN server on your local machine and run Tortiose and VisualSVN or ANKHSvn (open source) which will integrate with Visual Studio and provide all the version control that you need.