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.
A local version control system is a local database located on your local computer, in which every file change is stored as a patch. Every patch set contains only the changes made to the file since its last version.
Source control (or version control) is the practice of tracking and managing changes to code. Source control management (SCM) systems provide a running history of code development and help to resolve conflicts when merging contributions from multiple sources. Source Control Basics.
There are two types of version control: centralized and distributed.
I have personally found Mercurial extremely simple to pick up. Like Bazaar, it is a DVCS, but as a 1-man team this really doesn't have to change your workflow at all.
For Visual Studio integration, there's the VisualHg VS plugin, which uses TortoiseHg under the hood.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With