Version control

What version control software do you use? Pros? Cons? Do you use it for work related (for the professional programmers here) or personal?
I just started using FOSSIL. I don't have enough experience to know how it compares with other SCM's though.
I've only used subversion http://subversion.apache.org/ and git http://git-scm.com/ , the later was a bit difficult to get used to since I had just become somewhat accustomed to svn, but once you get the hang of it it's pretty easy to use. I believe git is more widely used these days, I hear mercurial (hg) http://mercurial.selenic.com/ is the next big thing.
Last edited on
I use Tortoise SVN. It works really well.

For non-shared projects, I create local repositories so that I have some history and can revert when I make a mistake.
Topic archived. No new replies allowed.