vote up 5 vote down star
3

I am looking for a public Mercurial repository and would like any opinions from users of either BitBucket, freeHg, or any other alternative. I've tried the free version of BitBucket and it has a great interface, but I've experienced some inopportune downtime with their website that has me concerned. What other factors should I consider when deciding between these options?

flag

9 Answers

vote up 1 vote down check

I found ShareSource to be a nice option. One factor for me is that ShareSource itself is an open source project, released under GNU Affero General Public License. In comparison, many other hosting sites are proprietary (e.g. Launchpad, GitHub, Bitbucket), and that makes me uneasy.

link|flag
1  
Also freeHg is released as OpenSource. – jetxee Jan 19 '09 at 10:56
vote up 2 vote down

From a personal point of view, I don't see the need for any features at all beyond it actually working as advertised.

  • I don't need/want a web interface beyond the bare essentials
  • If the website goes down for short periods once in a while it wouldn't affect how I worked at all
  • If the site vanished from the face of the earth one day, I'd still have all my history in my local repos

What are your concerns?

link|flag
vote up 0 vote down

Thanks for the response. I was wondering if there was a good reason to choose one over another. If someone made a comment like "BitBucket is down all the time" or "freeHg lacks many of the useful social features of BitBucket", it might sway my decision.

link|flag
vote up 1 vote down

I've used freeHg, seems to work fine.

link|flag
vote up 1 vote down

Another new, free repository that uses Mercurial was just released by Sun. It's called Kenai. I've signed up for it, but haven't used it much yet so I don't feel qualified to compare it to the others, but it's another repository to consider that has a really big backer (so it's unlikely to just disappear).

link|flag
Thanks for the tip. Never heard of Kenai until now. The one big upside of BitBucket so far is that you have the option of creating private respositories. Of course it costs... – Ben Hoffstein Sep 20 '08 at 0:39
Assembla did have free private repositories before (without SSL though), but they have discontinues this practice. The same may happen to BitBucket. – jetxee Jan 19 '09 at 10:59
vote up 4 vote down

BitBucket:

  • SSH access even for free accounts
  • Wiki and issue tracker
  • Social features (following others etc.)
  • Integration with Google Analytics, Twitter, BaseCamp, etc.
  • Possibility to create private repositories (only 1 for free accounts)
  • Faster server (?), smooth Web UI

FreeHg:

  • Only for Free as in Freedom content
  • Minimal (only repository)
  • FreeHg source is available
link|flag
vote up 6 vote down

Just wanted to pop in and say that we've since January been running on Amazon EC2 and the downtime from before was because we were hosted on a single dedicated server. Since then the downtime has been minimal.

link|flag
Who are you/'we'? – Justin Love May 17 at 2:22
4  
@Justin: jespern is the guy who wrote Bitbucket :-) – Martin Geisler May 26 at 21:16
vote up 8 vote down

I'm hosting my projects on Bitbucket. What I like about Bitbucket:

  • good web interface for browsing repositories
  • built-in bug tracker
  • built-in wiki -- backed by a Mercurial repository
  • excellent support in #bitbucket on irc.freenode.net
  • lots of momentum: new changesets are announced on the IRC channel as they are pushed to Bitbucket's own repository, and it seems that something is improved every day.

I've seen very little downtime, and have never lost any data.

link|flag
vote up 4 vote down

For the sake of completeness, I feel I should also mention that assembla and Google Code use mercurial as well.

link|flag
Assembla seems to make it impossible for everyone except site members to clone your code. Also, I don't think you can have more than one SSH key. – Joseph Turian Dec 11 at 21:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.