Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Open Source News Apache

Apache Subversion To WANdisco, Inc: Get Real 85

kfogel writes "The Apache Subversion project has just had to remind one of its corporate contributors about the rules of the road. WANdisco, Inc was putting out some very odd press releases and blog posts, implying (among other things) that their company was in some sort of steering position in the open source project. Oops — that's not the Apache Way. The Apache Software Foundation has reminded them of how things work. Meanwhile, one of the founding developers of Subversion, Ben Collins-Sussman, has posted a considerably more caustic take on WANdisco's behavior."
This discussion has been archived. No new comments can be posted.

Apache Subversion To WANdisco, Inc: Get Real

Comments Filter:
  • WANdisco's side (Score:4, Informative)

    by FrootLoops ( 1817694 ) on Tuesday January 04, 2011 @04:31AM (#34751948)
    Here's WANdisco's press release [wandisco.com], their CEO's first blog post [wandisco.com], and his second blog post [wandisco.com] responding to community response.
  • Re:Smell test (Score:3, Informative)

    by MadTinfoilHatter ( 940931 ) on Tuesday January 04, 2011 @04:43AM (#34751982)

    This just in: due to negative publicity surrounding his comments, WANdisco CEO David Richards has announced plans to rename the company WANkers.

    I recently had to assist implementing this software, and trust me, your suggestion would be a much more appropriate name. WANdisco is a horribly expensive solution to a problem that can be solved in much better and cheaper ways (the most obvious one being using something better than SVN in the first place). WANdisco essentially tries to do is turn the turd that is SVN into the turd that is ClearCase. Bleh!

  • by FrootLoops ( 1817694 ) on Tuesday January 04, 2011 @04:55AM (#34752018)

    [Note: The summary's second link seems to be getting slashdotted, so I'm copying its contents to a comment here. The words are not my own.]

    This entry was posted by Ben Collins-Sussman [red-bean.com] on Monday, 3 January, 2011

    Author’s Note: These opinions are my own. I'm one of the original folks that started the Subversion project, but no longer work on it. These thoughts do not reflect the official position of either the Subversion project or the Apache Software Foundation, which are located here [apache.org] on the ASF blog.

    Subversion has reached the realm of Mature software — it’s yesterday’s technology, not cool or hip to work on anymore. It moves slowly. It is developed almost entirely by engineers working for corporations that need it or sell support for it. Alpha-geeks consider software like this “dead”, but the fact is that something like half of all corporate programmers use Subversion as their SCM (depending on which surveys you read.) This is a huge userbase; it may not be sexy, but it’s entrenched and here for the long haul.

    Subversion isn’t unique in this position. It sits alongside other mature software such as Apache HTTPD or the GCC toolchain, which are famous projects that are similarly developed by corporate interests. There’s a tricky line to walk: none of these corporations “own” these projects. They understand that they’re acting as part of a consortium. Each interest sends representatives to the open source project, contributes code, and allows their engineers to participate in the full consensus-based evolution of the software. IBM, Apple, Google, and numerous other companies have figured out how to do this correctly:

    • 1. Let your engineers know what’s important to work on.
    • 2. Let them participate individually in the community process as usual.
    • 3. Profit. 98% of the time the corporations eventually get the features they want.

    Today, however, we have a great counterexample of how not to participate in an open source project. Subversion was initially funded and developed by CollabNet; today at least two other companies — Elego and WANdisco — are employing numerous engineers to improve Subversion, and are just as vested in selling support and derivative products. CollabNet and Elego continue to function normally in the community, but WANdisco recently seems to have lost its marbles. Last week, they put out a press release [wandisco.com] and a CEO blogpost [wandisco.com] making some crazy statements.

    It’s clear that the WANdisco CEO — David Richards — is frustrated at the slow pace at which Subversion is improving. But the two posts are simply making outrageous claims, either directly or via insinuation. David seems to believe that a cabal is preventing Subversion from advancing, and that “debate” is the evil instrument being used to block progress. He believes users are crying for the product to be improved, that the Subversion developers are ignoring them, and his company is now going to ride in on a white horse to save the project. By commanding engineers to Just Fix things, he’ll “protect the future”of Subversion, “overhauling” Subversion into a “radical new” product.

    Is this guy for real? It sounds like someone read my friend Karl's book [producingoss.com] and created a farce of “everything you’re not supposed to do” when participating in corporate open source.

    Even weirder, he’s accusing developers of trying game statistics by creating lots of

  • Re:red? (Score:2, Informative)

    by Anonymous Coward on Tuesday January 04, 2011 @05:29AM (#34752120)

    Since nobody has given you a straight answer:

    Stories get red backgrounds behind the title, rather than green, when it's in the mode where it gets shown to subscribers (the people who actually pay /. money) earlier than the rest of us.

    For a short period right after it becomes generally visible, they also appear to be red - I assume there's a caching problem or something along those lines.

    Just ignore it; it's not special.

  • by LizardKing ( 5245 ) on Tuesday January 04, 2011 @08:27AM (#34752640)

    At work we switched from Subversion to Mercurial last year, after repeated difficulties merging branches back into the trunk with SVN. The "killer feature" of SVN over CVS was supposed to be the ability to move files and directories around without doing it by hand in the repository itself. However, the moment you start doing this in a branched repository - or worse still, delete files and directories - you're into a world of hurt. The guy who wrote the existing branch/merge support has acknowledged it's inadequate[1], while the remaining SVN developers have been promising to fix it in the next version, for about the last four or five major versions. Since switching to Mercurial, we have had a reasonably large branch that was reintegrated into trunk with none of the problems we had with SVN. We've found the tools at least as good as those available for SVN, with various team members using the Mercurial command line client, NetBeans plugin and TortoiseHg.

  • by gbjbaanb ( 229885 ) on Tuesday January 04, 2011 @10:06AM (#34753314)

    oops - typo. "Sparse checkout" [collab.net]. You can checkout a partial directory structure, update and commit as required.

    So if you have a 12Gb source tree stored in your repo, you don't need to get it all out - only the parts you want to work on. Typically you checkout the root item only, then update the required directories to fetch them into your local drive as you need them.

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...