Possible Duplicate:
Best Version control for lone developer
There's been a lot of discussion about source control on here, but I was wondering if someone could suggest a good, simple source control system for an individual,
At work we use Surround, and it's cool, but not cheap. I've messed around with Git, and it's cool, but it seems to have a lot of features for disconnected teams.
Basically I want a really simple system that allows me to:
- Version files individually. Just save my files, but one at a time, and with a version# and a comment.
- Roll back a given file to a previous version.
- Create a branch of the whole thing for separate product versions.
- And Ideally it would have a VS.NET integration.
The merge stuff I'd rather handle with a 3rd party tool like WinMerge or P4Merge.
So, I figured if anyone would know it'd be you guys. Any ideas?
