Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Software Programming Technology

Code Repository Atlassian Buys Competitor BitBucket 150

Roblimo writes "Wow. Atlassian sent press releases out about this, and we're happy for them. But isn't Git easy to install and use — for free, even if your project is proprietary and secret, not open source and public? Whatever. Some people seem to feel better about proprietary software than about FOSS, and the majority of Atlassian's business comes from meeting the needs of behind-the-firewall, proprietary code repositories. At least Atlassian has free versions of its repository for FOSS and small-scale proprietary developers. Which is sort of nice."
This discussion has been archived. No new comments can be posted.

Code Repository Atlassian Buys Competitor BitBucket

Comments Filter:
  • Code Repository? (Score:5, Informative)

    by nacturation ( 646836 ) * <nacturation AT gmail DOT com> on Friday October 01, 2010 @02:48AM (#33756312) Journal

    Atlassian is a corporation, not a code repository.

    • I have seen their name inside a huge mess of java COTS which I was shovelling around as a part of a my day job. I doubt their main business is going to be operating bitbucket, more likely charging ten thousand bucks a seat for use of a copy of bitbucket inside corporate intranets, probably with some useless eclipse integration thrown in.

      • Re: (Score:1, Offtopic)

        by nacturation ( 646836 ) *

        Goes to show you that kdawson + roblimo make an awesome combo.

      • ...I doubt their main business is going to be operating bitbucket

        Probably true

        , more likely charging ten thousand bucks a seat for use of a copy of bitbucket inside corporate intranets

        I can't speak of bitbucket, but we bought one of their flagship products (JIRA) at something like $100 per seat. Most of their products are very competitively priced, and usually free for open source projects.

        , probably with some useless eclipse integration thrown in.

        I find their Eclipse plugins to be of excellent quality and a massive productivity booster in our environment. All the devs in my team are using it.

      • Re: (Score:3, Informative)

        by Courageous ( 228506 )

        Their wiki is pleasant to use and a snap to manage. All of their products are quite affordable to any corporation. Typically something like $8K will get you an unlimited user edition. Sometimes less, depends on which product.

        C//

    • Horde of shit (Score:3, Interesting)

      by Anonymous Coward

      So all you need to do to get an article on the front page of Slashdot these days is a factually incorrect, barely coherent rambling shite of text, provided it bashes proprietary software and sings the praises of FOSS.

      Slashdot: news for narrow minded, deluded nerds

      • by emag ( 4640 )

        Well, look at the submitter, who also authored TFA. The epitome of "factually incorrect, barely coherent"...

  • Git (Score:5, Insightful)

    by spec8472 ( 241410 ) on Friday October 01, 2010 @02:56AM (#33756334) Homepage

    "But isn't Git easy to install and use"
    Yes, for certain users and environments.
    In my experience, The folks who use Mercurial are more likely to be on Windows.

    Mercurial tooling isn't as polished as the Subversion equivalents, but it's lightyears ahead of the Git tooling.

    I'd be happy enough to pay for good Git tooling on Windows, but there doesn't appear to be a way to do so. Please correct me if I'm wrong.

    • I am a Mercurial user from way back, and my platforms of choice are OS X, BSD and Linux. Don't use Windows at all. But I would admit that it is somewhat easier for Windows users to get rolling with it than Git, or at least, it has been in the past.

    • The folks who use Mercurial are more likely to be on Windows.

      Yep that's my experience as well--most likely cause being that Windows is a second class citizen when it comes to Git. Mercurial is Python based and less platform dependant.

    • Re: (Score:2, Funny)

      by WWWWolf ( 2428 )

      I'd be happy enough to pay for good Git tooling on Windows, but there doesn't appear to be a way to do so.

      What are you talking about? msysgit [google.com] is dead simple to install, and provides you with a perfectly functional Bash shell.

      Yeah, I've been wondering how to increase the usability further, by using zsh instead of Bash, but this is not really a pressing issue since Bash is pretty awesome too.

      • provides you with a perfectly functional Bash shell

        There-in lies a problem. While I'd be perfectly happy to consider using Git there is no way I could recommend it in my workplace until such time as there are good "tools from noddies" like TortoiseSVN and VisualSVN. We don't really need a full DVCS, so we are not really Git's target audience, I'd guess there are many companies out there that could take advantage of a DVCS that won't consider Git for similar reasons.

    • Re: (Score:1, Insightful)

      by Anonymous Coward

      Unfortunately, Mercurial gets one of the most important features of a DVCS horribly wrong. Not having cheap, fast, in-place branching is a deal breaker, and a mishmash of bookmarks, mq and other extensions isn't going to fix it.

      • tell me more. My company is thinking of moving to Mercurial, and whilst I think its a fine tool, I'm a little concerned it wouldn't quite suitable for us (we have large repositories).

        • Re:Git (Score:5, Insightful)

          by yuriks ( 1089091 ) on Friday October 01, 2010 @06:23AM (#33756996)

          It has perfectly fine branching, see http://stevelosh.com/blog/2009/08/a-guide-to-branching-in-mercurial/ [stevelosh.com]

          On another note, what kind of retarded wrote the summary? It makes no mention of who Atlassian or what Bitbucket are and instead spends time being an inflammatory git apology that doesn't even make any sense given that Mercurial is also opensource and free.

          - a git/github and hg/bitbucket user

        • by Lysol ( 11150 )

          Your company should have a real need for a DSCM, otherwise, Mercurial or Git have little value.

          Merging/branching can be a little easier in Git vs. Svn. I've used it before on a team and have seen some things become easier; we had a dev working offsite with no access to our repo and we would just email back and forth the code dir every week and at the end of each week, merge in all his changes. However, this was more of a policy 'issue' on our end as I would have preferred not to merge his stuff in in the fi

          • Yes, I think that's the main issue - DVCS are 'cool' so lots fo devs want to use them, and then start making reasons why they are so fantastic, which pulls other devs in, and eventually management hears about it and starts believing the hyped up bits. Mercurial was positioned as a perfect solution to rolling changes to multiple branches. (when I think the problem is a human one, SVN is perfectly good for merging, until things get complicated and then all VCSs are complicated).

            We have a 12Gig SVN repo so tha

          • by Pastis ( 145655 )

            I think youre missing on a lot of values a DSCM can bring you.

            Some of my clients use svn, I use git svn bridge. Some of the things I can do:
            * have one directory extract locally
            * full local history
            * stash / pop when a quick fix request comes in
            * local branches (I used to have multiple checkouts laying around with svn...) Particularly useful when working disconnected (travelling, or on site without access to companys network). And that helps me make multiple commits, which makes my commits easily reviewable.

            • thing is, those things aren't so great.

              1 directory extract locally... my SVN repo is 12Gb. That's a lot of network traffic and disc space for a lot of stuff I do not need to see of manage. When we migrate the core product, that'll be even larger. I suppose the git solution would be to have many repositories.. but then you'er losing the benefit you've claimed.

              full local history: fair enough, but its not that big a deal, on the relatively few occasions I want history (that isn't just the previous version), a

              • by Pastis ( 145655 )

                > 1 directory extract locally... my SVN repo is 12Gb. [..]

                I meant one extract instead of multiple checkouts. When I was working with subversion, I always had to play with multiple checkouts when working on several things at a time (not nice, but sometimes you're forced to). With SVN, no ability to stash the changes, need to be online to make a checkout or new branch, etc. And it's slow!

                > That's a lot of network traffic and disc space for a lot of stuff I do not need to see of manage.

                For the do not see

    • Re:Git (Score:5, Insightful)

      by BasilBrush ( 643681 ) on Friday October 01, 2010 @05:17AM (#33756754)

      You're right.

      But isn't Git easy to install and use -- for free, even if your project is proprietary and secret, not open source and public? Whatever. Some people seem to feel better about proprietary software than about FOSS

      Git does the job. But no, it isn't easy to use. It has an unintuitive set of commands, and various rudimentary, half-assed, poorly designed visual apps.

      e.g.
      git reset --soft HEAD^
      WTF?

      The proprietary Perforce dates from an earlier generation of SCM, and has a single code repository, rather than a distributed scheme. But it's commands and it's visual tool feel like they were actually designed. They are easy to learn, and need far less referring back to the manual. That's one of the reasons why people "feel better about proprietary software than FOSS".

      • Re: (Score:3, Informative)

        by Omnifarious ( 11933 ) *

        You should give Mercurial [selenic.com] a try. The thing that got me to use it in 2005, when it was pre-1.0, was how clean and obvious the command line interface was. I don't generally use graphical tools for development work, so I can't gauge the various GUIs available for it, but I do know that a lot of people like TortoiseHG [bitbucket.org].

        I've used Perforce as well, and it has its strange quirks and complexities too, though I agree that git's command line interface leaves a great deal to be desired in comparison. I think Mercuri

  • Wow. (Score:5, Insightful)

    by FuckingNickName ( 1362625 ) on Friday October 01, 2010 @02:56AM (#33756338) Journal

    I can't understand what the article summary is getting at. A reposting of a press release? An expression of /.'s parent company's interest in some organisation? Or a "tweet" accidentally posted as a /. article? A side effect of think-aloud sleep-typing?

    • A side effect of think-aloud sleep-typing?

      Nah, think-aloud sleep typing is more like

      I, on the other hand, have found it quite impossible to predict orange growths with the kabbalah. Can you explain your methods and how I might improve mine?

    • Re:Wow. (Score:4, Insightful)

      by dncsky1530 ( 711564 ) on Friday October 01, 2010 @03:13AM (#33756398) Homepage
      Yea I don't know what is going on today but the quality of many of these summaries has been awful. This one tops it off with numerous mistakes in the title alone.

      I'm also not sure what Roblimo's problem with Atlassian or proprietary software is; from my experience Atlassian produces fairly good software and charges far less than competitors.

      Also, how about linking to the actual press release [atlassian.com] or a news story [techcrunch.com] that contains more than commentary?
      • by emag ( 4640 )

        I've been less than pleased with the kwality of Atlassian software, namely Confluence & JIRA. Neither seems to be able to stay up much longer than 24 hours before consuming a lot of resources and refusing to respond. It's gotten to the point where, for stability's sake, I have cronjobs stop them, then kill -9 any leftover java processes, then start them. Every. Night. There are some other problems I have with them, too, but this isn't necessarily the place to air those.

        I agree with you on the submitter'

      • by bbtom ( 581232 )

        I'm also not sure what Roblimo's problem with Atlassian or proprietary software is; from my experience Atlassian produces fairly good software and charges far less than competitors.

        Ahahahahahahahahahahahaha! You are joking, right?

        Confluence is classic enterprise software. Purchased by people who never have to use it. I've used it and it is unintuitive shit. They've taken what should be a fundamentally simple piece of software - a wiki - and made it into the bastard lovechild of Lotus Notes and Outlook so t

    • Re: (Score:3, Insightful)

      by Anonymous Coward

      I can't understand what the article summary is getting at. A side effect of think-aloud sleep-typing?

      I'd go with the sleep typing, but with the caveat that it's a brain-addled crack baby doing the sleep typing.

      the majority of Atlassian's business comes from meeting the needs of behind-the-firewall, proprietary code repositories

      That came straight out of Roblimo's crackpipe. So the majority of Atlassian's business comes from meeting the needs of proprietary code repositories? I didn't know that code repositories had needs, but I guess advanced ones like fanboy Roblimo's Git have gained sentience and are making demands, which Atlassian now makes the majority of its money from. By, uh... servicing the demands those repositorie

      • Ah, I get it - I finally clicked on the first link, which goes straight to...an article written by one Mr. Roblimo. That article has a few [atlassian.com] more links (actually, apart from that one, the only other links are to Atlassian and Bitbucket). If I were a cynical type of chap, I'd suggest he's trying to pump up traffic to his page on this website and being too lazy to do it well.

    • Re:Wow. (Score:5, Insightful)

      by kiwimate ( 458274 ) on Friday October 01, 2010 @11:00AM (#33759098) Journal

      No kidding. I am not one who usually comments on article submissions or the quality of the summary - I just ignore articles if I'm not interested in them - but this summary would (hopefully) be marked as troll if it was read as a comment. Given that something this rubbishy is posted by a /. editor, it's driving me to read /. less and less these days. Rationale - if this tripe is what makes it on to the front page, and from an editor, then my assurance of the quality of what's posted and what's left out is way down. What other value does /. have for me?

      • Re: (Score:2, Insightful)

        by Callandor ( 823150 )
        If I had mod points, I'd mod this up. As a Mercurial user for over a year and a Bitbucket user for just under a year, I was very disappointed to read this story in my RSS. Not only is it old news (Bitbucket made this announcement on Tuesday), but it is full of inaccuracies and obviously written by a git fanboy. I've been using Jira and Confluence for several years now and I have no love for Atlassian and their products, but I don't hate them, either. At a glance, this announcement makes Bitbucket both bette
  • Mercurial [selenic.com] is just as free, and just as easy to set up. Code hosting repositories are about someone else managing your connectivity, storage and backups for you, not about them building DVCS software for you.

    • Re: (Score:3, Interesting)

      by mysidia ( 191772 )

      Yes.... and until there's a cheap hosting provider that offers WebDAV, Bitbucket is a good option. However, if you're an enterprise, such as a bank, you might be concerned about the risk of your code repository site getting hacked.... in that regard, Open Source projects are more amenable to services like this... at least until DVCS clients support host-proof encryption of files on the server.

      OTOH they can offer web-based tools that make it easy to visualize changes and other things that would be a

  • I'd rather use the open source product every time but I have to admit Atlassian has some nice feature rich developer and development management tools.

    JIRA's just so so and Confluence just plain sucks due to horrible Rich Text editing that destroys formatting and awful proprietary markup. (I have to use it every day. It's usable for quick notes. Anything bigger or with pics goes into a Word doc). However some of the JIRA plugins and especially their FIsheye product is awesome for code analysis and comparison

    • by Syberz ( 1170343 )

      Lord do I ever feel your pain.

      For project management, JIRA isn't half bad with a little tweaking (we have an excel doc plugged into it which graphs our sprint progress) but Confluence is utter crap. For a standard wiki, I suppose it's passable, but here we use it for our requirement management (unfortunately), maintaining traceability between reqs/tests is a nightmare...

      I agree about Fisheye, it's the bee's knees.

    • JIRA's just so so and Confluence just plain sucks due to horrible Rich Text editing that destroys formatting and awful proprietary markup.

      Uh-huh...

      (I have to use it every day. It's usable for quick notes. Anything bigger or with pics goes into a Word doc).

      Hahahahahaha! Nice troll.

  • Developers can push arbitrary data and metadata into the repository. The standard server does not map branch updates to user accounts. Here's an example: Suppose developer A merges the master branch into a development branch (which is not ready for merging into the master). Git will record a merge commit, attributed to developer A. Developer B then accidentally pushes the development branch onto the master. This is now a fast-forward merge, so no additional commit will be created, and the mistake is not at

    • Re: (Score:1, Informative)

      by Anonymous Coward

      Suppose developer A merges the master branch into a development branch (which is not ready for merging into the master).

      Then why do it? He should clone the master branch and work with that. Branching in git is a non-issue, it's that cheap.

      Developer B then accidentally pushes the development branch onto the master.

      Which development branch? B's? You do realise that since git is distributed, A's and B's and the master upstream repositories are three completely distinct repositories.

      Furthermore, there's a disti

      • Re: (Score:1, Insightful)

        by Anonymous Coward

        Yes and no.

        What he is describing is not how push is used/intended in a true distributed environment, however, in a corporate setting, you don't have a true distributed environment. You will have a centralized repository, which everyone will be pushing to (it's the one that's backed up).

        As Git was intended for a pure distributed environment, push *is* lacking in a centralized environment. It's perfect for pushing things from your private repository to *your* public repository (the one one the web server). In

        • We use indefero with git. Basically we setup a project on the server. Each user has an account on indefero with their ssh key uploaded to it.

          Then pull from there, do their work and push back when they are done. Works great and even allows nice workflows like this.

          I have an intern, he checkouts from the server with read only permissions. He does his work and notifies me that he is done. I then pull from the server and do a checkout from him, validate his code and push it it to origin if it meets our standard

      • by Florian Weimer ( 88405 ) <fw@deneb.enyo.de> on Friday October 01, 2010 @03:41PM (#33763976) Homepage

        Which development branch? B's? You do realise that since git is distributed, A's and B's and the master upstream repositories are three completely distinct repositories.

        Most projects (even non-corporate ones) have a shared, centralized repository to which more than person can push, so the push attribution problem arises.

        One reason for centralized repositories is that you cannot have decentralized deployment. Your organization has only got one www.example.org server (cluster), so eventually, there is a very strong constraint which linearizes development. Certain build and testing infrastructure also strongly favors linearity.

        First of all, non-fast-forward pushes are not allowed by default.

        After the merge, it is a fast-forward push, and the server cannot distinguish it from new, legitimate development. The problem is not that Git doesn't prevent the push (after all, you need to be able to get new commits into the repository). The problem is that out of the box, Git does not keep track of who pushes what. Out of band solutions exist, and those hosters typically provide that.

        • The problem is that out of the box, Git does not keep track of who pushes what.

          Yes, it does, what on Earth are you talking about? In Git, each changeset has an author AND a commiter, and they can be different persons. There's a clear distinction between which developer created the changeset originally and who's moving it around the repository, or to other repositories.

          I don't see why a centralized repository is a problem, as long as you set the identities of the developers on the machine hosting the reposit

  • "the majority of Atlassian's business comes from meeting the needs of behind-the-firewall, proprietary code repositories"

    Eh. Most products developed inhouse are hosted like that. No problem with that. Not every business want to do the "cloud-thing", but that could be illegal now?
    And code repositories, most businesses uses svn, git or cvs, all of them are open source from what I know.

    Has the cloud-hype been so successfull that people think that FOSS must be something in the cloud now?

    • And code repositories, most businesses uses svn, git or cvs, all of them are open source from what I know.

      I regret to tell you that where I work we're forced to use MKS. But the development centers that know what version control is for end up using something else for the day-to-day work (like SVN) then exporting it off to MKS when the work is done, just to conform to Corporate rules.

  • by bigrat ( 25898 ) on Friday October 01, 2010 @06:24AM (#33756998)

    Atlassian makes code tracking and corporate-friendly wiki products. They're pretty nice, actually. It's pretty easy to write plugins that add flexible functionality to their products. I was and am a pretty big fan of Jira and Confluence, and they're pretty responsive to their customers. Their products are (last I checked) pretty reasonably priced, and integrate into Subversion, CVS, and other source control products pretty easily - including Git.

    Last I checked, Git didn't really lend itself to project issue tracking - which is what Jira does. So if you must bitch about non-free Jira, you could at least make an *intelligent* article comparison to a open-source issue-tracker like Trac (another excellent product).

    Alas, we're unlikely to see any intelligent comparisons from kdawson. The "lazy-shrug" dept is all too relevant here, but not for the reasons kdawson used it.

    • Re: (Score:2, Interesting)

      by bigrat ( 25898 )

      Also: way to change the article summary without an "Edit" notation, guys. That's awesome work, /. The summary is still incoherent.

  • by Ouija ( 93401 )

    You are remiss in not mentioning github.com [github.com] which does the favor of free, immediate online hosting of OSS projects and content under git. I don't know how many presenters I've seen with their slides and demo code all on github. It's the killer app that makes git really rock.

  • And i'm not happy about them. If you don't even know the difference between mercurial and git, please just stfu.
  • FAIL (Score:1, Redundant)

    by vr ( 9777 )

    Wow. That summary was amazingly bad. You fail the Internets, sir.

  • Last Straw (Score:4, Insightful)

    by Seakip18 ( 1106315 ) on Friday October 01, 2010 @08:38AM (#33757520) Journal

    That's it. I'm doing what others have done and blocking kdawson. This summary is crap and should never have been posted.

  • I have to use it at work and it's a pain in the ass. The markup language is horrible, but it's a question of taste I guess. However some basic functions are missing; I couldn't find a way to list another user's contributions for instance. The ACL management is a pain in the ass. It lacks user-generated templates. The UI is rather bad.

    Is there a good reason to pay that much money for such bad software?

  • Horrible Summary (Score:2, Insightful)

    by Opusbloom ( 176861 )

    Wow, is there a prize for worst summary ever?

    "majority of Atlassian's business comes from ... proprietary code repositories
    1. Atlassian doesn't have any products that are code repositories. It has one product that is a viewer for code repositories; Fisheye. It supports SSubversion, Perforce, CVS, CleareCase, Git and Mercurial.
    2. I'm not privy to atlassian's financials, but I'm willing to bet that most of their money comes from Jira, with confluence a close second. Fisheye was

  • But isn't Git easy to install and use -- for free, even if your project is proprietary and secret, not open source and public? Whatever.

    Give me a break. When I was looking for a repo for ObjectCloud [objectcloud.com], I listened to a one-hour video of Linus rambling about how wonderful Git and distributed SCM are. I tried Git for about two days until I got stuck in a situation where I realized I'd have to spend at least an hour "problem solving" by crawling lots of well-meaning, but difficult-to-read, forum posts. I've never had such a confusing experience with an SCM before in my life.

    At that moment I switched to Mercurial. It works, and it's easier to

    • Git is MacGyver, Mercurial is James Bond [wordpress.com]. Use the one that fits your work style and requirements. The right tool at the right time.

      • by GWBasic ( 900357 )

        That article is 100% on the mark when it talks about Mercurial's forking problems. I've been bitten by that issue, but it wasn't until after I became comfortable with the tool and knew that I could still get my data out.

        Perhaps my original post came off too much as being yet another Mercurial vs. git post; which wasn't my intention. What I was replying to is the sort of "xxx MUST be better because it's 100% open source" attitude. Even though I like the concepts behind open source, I find the "it's better

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...