Live data from Hacker News

Bitbucket now rocks Git

blog.bitbucket.org

21–30 of 183 posts

Re: Bitbucket now rocks Git

#21

I use GitHub mainly for private repos. I think I will actually move my private repos over to Bitbucket. I really like GitHub Issues though. Does Bitbucket have anything similar? I don't see it on their site.

Bitbucket issues had a recent update (only noticed it today myself) and it's much improved. It's a little basic but it fits my needs pretty well.

You can see one at https://bitbucket.org/jespern/django-piston/issues?status=ne...

Re: Bitbucket now rocks Git

#22
post #7

Bitbucket (a popular mercurial hosting site) has added git support. Has any popular git hosting site added mercurial support? This shows which DVCS is winning.

It's a power grab, and we benefit from it. There is no need for any DVCS to "win". Now you can use whatever you want without restrictions, why force others to use what you use?

Re: Bitbucket now rocks Git

#23
post #10

Free unlimited private repos for up to 5 users; with competition like that maybe we'll see github improve it's pricing.

I doubt it. There is no need for them to, they aren't hurting or struggling. Running businesses with "lets offer more for free" and "ohh crap, they offer more for free, lets lower our price" is a race to the bottom. It is actually moves like these that make me question Bitbucket more. How viable is the service long term? Do I want to trust all my own code to them?

Bitbucket is funded by Atlassian - their other products have a huge install base at enterprises across the world. Atlassian could probably run Bitbucket at a loss as marketing if they wanted to

Re: Bitbucket now rocks Git

#24
post #18

Earlier quoted context omitted.

They do support HG in a way. See http://hg-git.github.com/

I'll grant that only if you allow me to say that Linux runs Microsoft Office natively due to WINE.

no. That analogy doesn't fit here. A closer one would be more like Linux supporting FAT32 natively because someone took the time to write proper support for it in an system it wasn't originally designed for (and it works beautifully with almost no corner cases).

It may not perform as well but I get to use what I want and still interoperate.

Re: Bitbucket now rocks Git

#25

You know, I actually expected that the opposite would happen: GitHub would start offering Mercurial hosting. Because Git isn't what attracts most people to GitHub. It's the sheer fact that GitHub is frickin' HUGE and has lots of people who will show up, fork your project, and send you a pull request. I love Bitbucket, but honestly if GitHub added Mercurial support I would probably move all the way to GitHub because o…

Because Git isn't what attracts most people to GitHub. It's the sheer fact that GitHub is frickin' HUGE and has lots of people who will show up, fork your project, and send you a pull request. I love Bitbucket, but honestly if GitHub added Mercurial support I would probably move all the way to GitHub because of the size of the community.

This sums up my feelings exactly. I'm emphatically not a fan of the Github guys (who seem rather unprofessional), but the community is too big to ignore. I'll probably switch if/when they support hg, unless Atlassian can find a way to encourage a much more robust community in Bitbucket.

(And no, Github fans, hg-git is not "support" for hg.)

Re: Bitbucket now rocks Git

#26
post #7

Bitbucket (a popular mercurial hosting site) has added git support. Has any popular git hosting site added mercurial support? This shows which DVCS is winning.

>

Yes. In fact Github implemented the Git plugin for Mercurial that lets you use Github (or any Git repository) with Mercurial as your client rather than Git.

I guess this shows which DVCS is winning?

Re: Bitbucket now rocks Git

#28
post #18

Earlier quoted context omitted.

I'll grant that only if you allow me to say that Linux runs Microsoft Office natively due to WINE.

no. That analogy doesn't fit here. A closer one would be more like Linux supporting FAT32 natively because someone took the time to write proper support for it in an system it wasn't originally designed for (and it works beautifully with almost no corner cases). It may not perform as well but I get to use what I want and still interoperate.

The hg-git abstraction is not very solid. You end up having to "think git" rather than "think hg" and my beef with git isn't in the syntax, it's in git.

If I'm going to use hg-git, I might as well use git itself. I don't want to use git; I want to use hg.

Re: Bitbucket now rocks Git

#29
post #22
post #7

Bitbucket (a popular mercurial hosting site) has added git support. Has any popular git hosting site added mercurial support? This shows which DVCS is winning.

It's a power grab, and we benefit from it. There is no need for any DVCS to "win". Now you can use whatever you want without restrictions, why force others to use what you use?

(disclaimer - I'm the CEO of Atlassian)

Developers are religious. Whether it is vi vs emacs, or IDEA vs Eclipse or Mac vs Linux. In September we had a huge debate internally (hundreds of comments long) on functional vs non-functional programming.

We know that no-one wins in these religious debates.

We've found that developers are equally religious regarding their DVCS. Most frequently it is whatever DVCS you started with is the one that you're passionate about.

We've found that most companies of any size have both Git and Mercurial lurking somewhere in their development ranks. Previously if they wanted to host their code in the cloud (and who wouldn't), they would have had to choose two different hosting providers. As a developer, this was a pain as you never knew where your code was.

Now that Bitbucket supports both, you no longer have to choose. We think this is a huge win! Companies can store all their code in one place. And with the per-user pricing, it is a very fair pricing model (don't have to think about whether a fork is going to cost you or not!).

Re: Bitbucket now rocks Git

#30
post #10

Free unlimited private repos for up to 5 users; with competition like that maybe we'll see github improve it's pricing.

I doubt it. There is no need for them to, they aren't hurting or struggling. Running businesses with "lets offer more for free" and "ohh crap, they offer more for free, lets lower our price" is a race to the bottom. It is actually moves like these that make me question Bitbucket more. How viable is the service long term? Do I want to trust all my own code to them?

Since Bitbucket is based on DVCSes, you won't actually lose any of your code even if they do go under, so it's probably a better question if you trust them with your issue tracking than with your code.
Post reply on HN