I have been using TortoiseSVN for some time and I really like it. I was told TortoiseHg was worth checking out and “much better than SVN” so I am trying to get started with it.
I created a google code repository and I managed to upload one folder to it. However, when uploading another folder, I keep getting the error “abort: repository is unrelated”
TortoiseHg and TortoiseSVN are not really comparable critters, as they are just GUI front-ends for two completely different version control systems. SVN is an older centralized stalwart, and Hg is a newer distributed system. Whether you should use SVN or Hg really depends on your use case, specifically:
If you end up with three no’s, then SVN may be the one for you.