kjwcode: Viagra: $20.  In the TSA line-up. (anxiety)
kjw ([personal profile] kjwcode) wrote2011-10-01 11:55 pm

Kicking the Bitbucket

One nice thing about Subversion is that it's easy to host repos yourself. One not-so-nice thing about Subversion is that it's centralised, which kind of puts a kink in the style I'd developed while using subjecting myself to Git. Someone brought up Mercurial on IRC today, and I realised I hadn't given it a fair shake, so that's what I'm doing now.

In a quick tour of the Mercurial docs I couldn't find an easy and complete way to host repos on one's own, but it turns out I'd actually signed up on Bitbucket a couple of weeks ago. It didn't take long to get a repo set up and pushed, and that owes to its large similarity to Github.

Now comes the interesting part -- trying Mercurial for a month or two to see how well it fits. Worst case, back to Subversion I go.
kareila: (Default)

[personal profile] kareila 2011-10-02 07:16 am (UTC)(link)
You may find the following site helpful and/or amusing:

http://hginit.com/00.html

[identity profile] http://openid.netinertia.co.uk/jamesog 2011-10-02 04:49 pm (UTC)(link)
I started using hg when we were starting OpenIndiana. It's a great tool, and I immediately loved being able to branch things off and easily merge them back in.

Git still scares me a bit :-) I wanted to switch to git purely for github, but I think I actually prefer hg. Bitbucket looks OK, but not quite as featureful as github (and the github guys insist it's just a rip-off of their work!).

Not sure what you mean by host your own repos? Surely 'hg init' is what you're after?