Slashdot Mirror


Linus Drops BitKeeper

ravenII wrote in to mention a story running on CNet, which discusses Linus Torvald's decision to no longer use BitKeeper. From the article: "Linus Torvalds is looking for a new SCM for his project's source code after a conflict involving the current management system, BitKeeper. 'I've decided to not use BK (BitKeeper) mainly because I need to figure out the alternatives,' Torvalds said in a posting. 'Rather than continuing things as normal, I decided to bite the bullet and just see what life without BK looks like.' Coverage on the BitKeeper announcement from earlier this week is also available. Update: 04/10 16:36 GMT by Z : Updated to reflect the story's origin.

129 of 548 comments (clear)

  1. He should use ClearCase. by Anonymous Coward · · Score: 4, Funny
    It's what the professionals use.


    I believe even Microsoft don't always 'eat their own dogfood' on this one.

    1. Re:He should use ClearCase. by Waffle+Iron · · Score: 2, Insightful
      Its not slow, its expensive to run it on the recommended hardware, so people don't.

      Of course, expensive hardware has to be recommended to compensate for the fact that it's slow.

    2. Re:He should use ClearCase. by DrXym · · Score: 5, Informative
      Heh I know :) Sadly Clearcase is an attractive nuisance, a moneypit and a piece of shit all rolled into one. It's appallingly expensive, needs high end servers to support even a modest number of developers and is very admin intensive.

      Unless you are on the same LAN as a Clearcase server, the thing is treacle slow because it sends dozens of packets flying back and forth just to figure out what items to put on a context menu. If you're using a VPN then creating a snapshot view can take many, many hours and even simple things like checkouts / checkins / diffs take minutes.

      And because it works so badly over the WAN, if you have multiple sites you must replicate - more expensive servers, more admins and more licences.

      It's not even a good source control system. It doesn't do anything aside from a dynamic view that can't be done by most other systems. Dynamic views are more trouble than they're worth anyway.

      I truly pity companies who "bet the farm" on this junk. I pity IBM who had a perfectly usable source control system in CMVC who had to switch to this Rational junk.

      For all its faults even CVS would be better. And with Subversion being available and UI frontends like TortoiseSVN, Subclipse etc. there really is no reason to be stuck with Clearcase.

    3. Re:He should use ClearCase. by DrXym · · Score: 2, Interesting
      Yes it is slow. Horribly slow. It's not just the hardware, but the amount of traffic it sends back and forth even for simple operations. It's almost impossible to use Clearcase if you are not physically situated on the same network as the server you're trying to talk to. I should know because I have to do work through a VPN frequently enough.


      The issue isn't the traffic or the bandwidth but the latency caused by not being on the same network. Since it sends off a flurry of packets, the effect of even a modest latency (e.g. 100ms) is culmulative and the thing simply sucks. It is just a horribly designed system.


      Rational's "solution" to this is to sell a multi-site version that replicates the same repository for each LAN you wish to use the source control from. But this does nothing for the VPN situation and it also means you must burden the enormous expense of replicating your your hardware, and administration for everywhere you want to use it.


      It's not mission critical anything - it's an overengineered piece of crap. I truly expect that a sane source control system could get ten fold performance out of the same hardware simply because it's smart enough to figure out if a file is checked out without flooding the network with traffic.


      I truly believe that Clearcase could be junked and replaced with Bitkeeper or even Subversion in 99% of cases and it would be a better fit.

  2. Hmm. by millennial · · Score: 5, Funny

    Well, there's always CVS... *sigh*...
    Or you could teach your code to two hundred trained squirrels, a la Tim Burton. Then every time you changed some code, you could train another squirrel. Not only would you have an army of Code Squirrels at your command, but... eh, you'd probably be locked up...

    --
    I am scientifically inaccurate.
    1. Re:Hmm. by lewp · · Score: 5, Funny

      Ah. Concurrent Version Squirrels.

      --
      Game... blouses.
    2. Re:Hmm. by node+3 · · Score: 4, Funny
      a la Tim Burton

      I'm confused...

      Linus is Willy Wonka, and the rest of the kernel developers are Oompa Loompas?

      What has me confused isn't so much that I think that that's true, but that it just seems so right somehow.
      Oompa Loompa doompadee doo
      I've got another puzzle for you.
      Oompa Loompa doompadah dee
      If you are wise you will listen to me.

      Who do you blame when your software goes closed,
      The source is kept secret, so nobody knows?
      Blaming the user is such a shame
      You know exactly who's to blame:
      The closed software proprietor!

      Oompa Loompa doompadee dah
      If you're use GNU then you will go far.
      You will live in freedom too
      Like the Oompa Loompa doompadee do.
  3. Re:How about... by Anonymous Coward · · Score: 3, Funny

    Are you trying to subvert Linux? You must work for Microsoft!

    Ba-dum-tish! Thank you, I'll be here all week. Try the veal, tip your waitress!

  4. Re:How about... by Scaba · · Score: 3, Informative

    Here's why not (read the PS).

  5. Re:How about... by Speare · · Score: 4, Informative
    How about Subversion

    How about reading Subversion's writeup on why that's not a good idea?

    --
    [ .sig file not found ]
  6. Better headline might be: by Anonymous Coward · · Score: 5, Funny

    Bitkeeper loses only customer

    1. Re:Better headline might be: by Cramer · · Score: 4, Insightful

      More accurately: BitMover loses all of it's advertising.

      Seriously, have you ever head of BitKeeper outside of Linux discussions? Have you ever seen an ad for BitKeeper anywhere? Even if the quoted figures are right ($500,000/year), that's pretty cheap advertising for the amount of coverage.

      (I've known about BK/BitMover for a long time simply because I know of Larry McVoy. But aside from that association, I've never heard of either.)

    2. Re:Better headline might be: by Breakfast+Pants · · Score: 2, Interesting

      Yes you find it now pretty easily. But is that because it was used for Linux for a long while? I can't say for sure but I know how page rank works and if you search for any word half the time you get something dealing with linux in the results.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
  7. Three Words by MyLongNickName · · Score: 5, Funny

    Visual Source Safe!

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    1. Re:Three Words by DaHat · · Score: 2, Informative

      As yet there is no good Linux client for it (V6 at least)... just wait for VSTS (Team System)... it will have 3rd party clients for just about every platform when it ships.

    2. Re:Three Words by Duck1123 · · Score: 5, Funny

      I'm sure that'll work great when he ports Linux over to .Net

    3. Re:Three Words by Seumas · · Score: 5, Funny

      Fortunately, keeping bits will be a much simpler task now that they are standing perpendicular.

    4. Re:Three Words by dj245 · · Score: 4, Funny
      Visual Source Safe!

      Not safe enough. Its only a visual safe after all. What this situation calls for is a box that once closed, will remain shut and untampered with. A lockbox, you might say...

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    5. Re:Three Words by Greyfox · · Score: 5, Interesting
      Maybe he could put the hurts on IBM and get them to open up CMVC. I don't believe they're still selling it or anything, so it doesn't really benefit them to keep it closed. And since IBM is nominally our friend and since it would probably be good marketing, I could see them considering it.

      The Java CMVC client is actually pretty nice. Sucks less than VSS by a good bit.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  8. *NOTE TO MODERATORS* by Anonymous Coward · · Score: 3, Insightful

    People who observe that stories concerning bitkeeper and linux have existed before should be moderated "redundant" so that the rest of us don't have to look at them. This is a new story on a new development, and it is difficult to intelligently discuss it in an article crapflooded by people complaining that this is a dupe when it is not.

    1. Re:*NOTE TO MODERATORS* by A+beautiful+mind · · Score: 5, Interesting

      Thing is, this "new story" brought nothing new. We knew that he DID drop bitkeeper, from the three 5,informative moderated posts which linked to LKML in the previous story. Now we can read that very LKML announcement in this slashdot story aswell. We knew that he won't pick subversion from the previous story and from the subversion developers aswell.

      What is new, that Linus wrote his own SCM (README here)

      Maybe it will appear in 1-2 days as another slashdot story?

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    2. Re:*NOTE TO MODERATORS* by MartinG · · Score: 2, Insightful

      What appears in slashdot stories is and should be orthogonal from what appears in the comments.

      Not everyone even reads the comments. If there is more news that has not appeared in an article, then there should be an article regardless of whether it has already been discussed in some comments.

      --
      -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  9. Re:How about... by capoccia · · Score: 4, Informative
    >How about Subversion?

    if you read the article, you would see that linus adresses this.
    NOTE! I detest the centralized SCM model, but if push comes to shove, and we just _can't_ get a reasonable parallell merge thing going in the short timeframe (ie month or two), I'll use something like SVN on a trusted site with just a few committers, and at least try to distribute the merging out over a few people rather than making _me_ be the throttle.

    The reason I don't really want to do that is once we start doing it that way, I suspect we'll have a _really_ hard time stopping. I think it's a broken model. So I'd much rather try to have some pain in the short run and get a better model running, but I just wanted to let people know that I'm pragmatic enough that I realize that we may not have much choice.
  10. Q & A SCM? by Anonymous Coward · · Score: 5, Insightful

    Lets start with an easy question.

    What qualities does a replacement have to have, and what are the present alternatives missing?

    1. Re:Q & A SCM? by erikharrison · · Score: 4, Interesting

      The replacement has to be roughly as performant as BK, if possible (so far, not so much), offer the distributed SCM model (several available tools) and hopefully have a stable release (less so).

    2. Re:Q & A SCM? by tokyopimpdaddy · · Score: 2

      As a non-programmer, but a Linux user, and generally intrested in 'the way things are done', I wish the above post had a higher rating, and a few more answers.

      --
      Zenwalk 4 - GNU/Linux Athlon XP2500+
      Mac OS X 10.4.x MacBook Core Duo 2GHz
      WinXP Athlon64 3700+ DFI/Nvidia6800
    3. Re:Q & A SCM? by arose · · Score: 5, Insightful

      Linus has to like it.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    4. Re:Q & A SCM? by SA+Stevens · · Score: 3, Interesting

      Linux needs somebody with a Donald Knuth mentality. Someone who will dedicate years on a side-trip to produce the best, most excellent, version controlling system possible. (Similar to Knuth's side-trip into Typesetting that produced the Wonder called TeX).

    5. Re:Q & A SCM? by Jeremiah+Cornelius · · Score: 5, Funny

      Oh, yeah. We got extra Knuths, just dropping out of the trees.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    6. Re:Q & A SCM? by tomhudson · · Score: 3, Insightful
      Grandparent post:
      Lets start with an easy question.

      What qualities does a replacement have to have, and what are the present alternatives missing?
      Parent post:
      As a non-programmer, but a Linux user, and generally intrested in 'the way things are done', I wish the above post had a higher rating, and a few more answers.
      Me: ROFLMAO - "Let's start with an easy question ..."

      As a programmer, I'm going to let you in on the BIG secret: getting the initial requirements right is NOT an easy question. It's the difference between success and failure, between on time and late, between on the money and over-budget.

      Ask any coder how much time they spent convincing people that what they thought they required was

      1. stupid
      2. a waste of resources
      3. going to cost too much
      4. better put off until a later iteration.
      5. not practical
      6. at cross-purposes to the projects' goal
      7. all the above
      There's a reason we have terms like "feature creep" and "kill your first baby" (to kill your first baby means "don't get too attached to the code you wrote, because you're probably going to have to throw it all out at some point". Peopel can actually get attached to a chunk of code they wrote, that seemed elegant at the time, but just doesn't cut it, and they won't throw it out because of the psychological investment they have in it)....

      Being able to accurately spec out any non-trivial project is not easy.

    7. Re:Q & A SCM? by cakoose · · Score: 3, Insightful

      Actually you do (if you're in the US)

      The USA has a lot of people laid off due to outsourcing and the dot-com bust.

      These people literally having nothing better (or at all) to do.

      person_who_loses_job_after_bubble_burst != donald_knuth

  11. Distributed Version Control with SVK by Anonymous Coward · · Score: 5, Informative

    SVK is a very sweet extension to SVN and actually rocks my world! :)

  12. Re:Other reasons... by Senjutsu · · Score: 3, Insightful
  13. dupe, but anyway..... by diegocgteleline.es · · Score: 5, Insightful

    ..I hate how everybody has critized Linus (specially the RMS/GNU front), when he never forced people to use BK.

    I mean, when Linus started to use BK he promised things would be at least as good as they were before - and it's true (they've been better in fact), people still gets -rc's in GNU diff format at kernel.org. The official way of distributing patches has always been "clean", I don't know why people whined so much about BK, it's OK for me if Linus wants to use a propietary tool himself, as long as I'm not forced to use it. I've certainly not used or needed to use it for years, and I'm one of those people who tries -mm and -rcs all the time...

    (and those who claim that people should behave differently and "give example" just because they're "leaders" can go to hell)

    1. Re:dupe, but anyway..... by bonch · · Score: 2, Insightful

      Certain people criticized because they view Linux as the golden child of the free software movement, and to have it "tainted" by commercial development software just wasn't politically correct enough for them. Like you, I never understood the big deal--McVoy made a kick-ass commercial product and gave it to the kernel developers for free. No harm done. But what happened? The community bitched and bitched at BitMover, tried reverse-engineering it several times, and made it not worth BitMover's while to provide a free version anymore.

      I read a comment from someone that brought up a great point. If BitKeeper had been 100% commercial and Linus decided to buy a license to use it, there wouldn't have been as many complaints. But because it was commercial yet also free to the kernel developers, people complained, tried to reverse-engineer, and so on.

      It should be noted that McVoy offered to comp the licenses for Andrew and Linus if they left OSDL. I guess Linus decided it wasn't worth it to be caught in the middle of this anymore. The struggle between the so-called RMS-wing of OSS and the practical Linus-wing of OSS is eventually going to have to resolve these differences. Linux's development pace doubled with the use of BitKeeper, and here's hoping it's not affected by a tool switch.

    2. Re:dupe, but anyway..... by BlueCodeWarrior · · Score: 2, Insightful

      RMS was just here (University of PIttsburgh...first time he'd been here since the CMU printer incident...) on Thursday, and what he had to say about it was this: It sends out mixed messages if we mix proprietary and Free software. If we're using Free sofware because software ought to be free, then using proprietary software doesn't make sense. It's like saying that you're going on a hunger strike to protest something...but eating a few crackers every day or so. This is what he said, I don't necisarily agree or disagree.

    3. Re:dupe, but anyway..... by diegocgteleline.es · · Score: 2, Insightful

      If we're using Free sofware because software ought to be free, then using proprietary software doesn't make sense. It's like saying that you're going on a hunger strike to protest something...but eating a few crackers every day or so. This is what he said, I don't necisarily agree or disagree.

      Then RMS should apply that to himself because he needed to use non-free software when he started to develop GNU. And until linux was there, I guess he couldn't use a free kernel either.

      BK is not different from this particular bit of GNU history. Linus started to use BK because he needed it. Not using BK (or other propietary tool) and using a free (but inferior) SCM would have mean that the kernel development rate would have slowed down, and it'd have been worse for the free software (we) overall, even GNU people. I mean, why a propietary tool has always to be harmful? BK has been certainly good for the linux kernel, and the fact that linus uses it has not taken away my freedom...

    4. Re:dupe, but anyway..... by ckaminski · · Score: 2, Insightful

      Development pace doubled because of BitKeeper, or because of moving to a distributed SCM? Tough question, one which Linus will surely find out soon enough.

    5. Re:dupe, but anyway..... by Cramer · · Score: 2, Insightful
      Wrong, o' annonymous asshole. One can continue to get patches and tarballs from the usual place(s) and send patches to maintainers and lists the same as has been done for over a decade.

      There is absolutely zero requirement for anyone to use bitkeeper. It's easier for Linus to bk pull from someone's tree but there was never a requirement made of anyone to do it that way. Plus, the main tree is only writable by Linus (and maybe a few others), so one cannot bk push their changes into the main tree anyway. (They still have to be sent as a patch or pulled by Linus.)

      So, I'll say it again:
      • There is
      • absolutely zero requirement for anyone to use bitkeeper.
    6. Re:dupe, but anyway..... by mrchaotica · · Score: 4, Insightful
      Then RMS should apply that to himself because he needed to use non-free software when he started to develop GNU. And until linux was there, I guess he couldn't use a free kernel either.
      If RMS had refused to use non-free software, he would have to program the entire system by literally twiddling in bits one by one. In contrast, if Linus had refused to use BitKeeper he'd be inconvenienced, at the worst. Linus used BitKeeper because it was the best tool for the job, but RMS used non-Free software because it was the only tool for the job. I believe that if RMS could have bootstrapped GNU any other way, he would have.
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  14. Re:Netcraft confirms it by Eric(b0mb)Dennis · · Score: 2, Funny

    I, for one, welcome our new karma-whoring cliche mixing overlords.

    --
    Excuse me, I don't mean to impose, but I am the ocean
  15. RTFA! by Anonymous Coward · · Score: 2, Informative

    Linus is looking into Monotone as you can see here.

    Might want to start figuring out how to migrate to that, instead of pestering him about subversion.

  16. Re:Slashback? Some info on Bit Keeper by mcc · · Score: 5, Informative

    Perhaps it would be helpful if you would read the Wikipedia article on Bitkeeper, which explains what Bitkeeper is, why it is relevant to the linux kernel, and why its relevance to the linux kernel might be controversial enough to make it a slashdot news item.

    Maybe the slashdot eds should start [?]-linking Wikipedia articles in story blurbs the way they used to with Everything2...

  17. Re:CVS? by diegocgteleline.es · · Score: 4, Funny

    Why not use CVS?

    Now that's a great idea. I'm sure Linus didn't even look at that option when he decided to use a SCM!

  18. He seems to be writing his own by iabervon · · Score: 5, Informative

    Primarily due to frustration with the speed of existing solutions, and the fact that they do badly with huge numbers of tiny changes to large projects (which is what he deals with), he's started writing something that he claims isn't an SCM. What it does is store versions of trees of files and allow them to be annotated. This is different from an SCM in that it lacks support for merging changes to get a version that nobody created before out of multiple versions that people created independantly. This makes it a history archival program rather than useful for collaboration directly.

    On the other hand, it's self-hosting and sparse (the previous thing he wrote when confronted by the inavailability of something he wanted) is also available stored in it. Probably, be the middle of next week (if not the end of the weekend), he'll have if set up as sufficient for his purposes, and other people will be filling in support for the way they work.

  19. GNU Arch? by jameson · · Score: 4, Interesting

    Does anyone happen to know whether GNU Arch has been considered? I've been using it for a while and find it quite good (it's not perfect, but it's the best versionning system I've used so far).

    1. Re:GNU Arch? by Anonymous Coward · · Score: 2, Interesting

      Yes it has. Not much was looked into it because it was amazingly slow for a tree the size of linux.

    2. Re:GNU Arch? by Anonymous Coward · · Score: 2, Interesting

      I don't know, but Arch is way too complex. The learning curve is too steep. It has like, what, 185 commands??? I started using it, went through a tutorial, and gave up, about 3 times. You have to do all these steps for the simplest activities. And the naming conventions for files are just awful.

      Arch may be a wonderful system technically (and I find I agree with a lot of Tom Lord's rants) but the UI is inexcusably bad.

      Then somebody on /. wrote "try Darcs. It's like Arch but simple."

      And finally I did. WHOA! Darcs kicks some serious ass. It has an incredible elegance and tight set of commands. It also has a theoretical foundation which I like a lot (I'm one of those people that cries about the lack of truly relational databases for instance, because the theory is so wonderful). I hope Darcs continues to gain users and features.

      The problem with Darcs is the same with Arch: too slow (there is about zero optimization, which is good because premature optimization is evil, but bad because Linus needs something NOW).

      If only BitMover waited 1-2 years to turn evil, eh?

    3. Re:GNU Arch? by nathanh · · Score: 4, Funny
      Does anyone happen to know whether GNU Arch has been considered?

      ,,Oh+God@I_hope_he,,doesnt+use++arch.

      =I,couldn't++bear=the=pain.

    4. Re:GNU Arch? by Elwood+P+Dowd · · Score: 2, Insightful

      Yes, he considered GNU Arch. Linus knows as much about OSS version control as anyone on the planet.

      I believe the main problem with GNU Arch is that certain operations are way too slow, especially for a project the size of the kernel. Linus said in one of his emails that Monotone looked like the best contender, and the Monotone website says that they use an essentially different paradigm from Arch. Iduno what they might mean by that, but it might be another thing that won't fit for the Kernel with gnu arch.

      So yeah, he considered it. There is definitely no OSS bitkeeper killer yet.

      --

      There are no trails. There are no trees out here.
  20. Re:In post-9/11 Soviet Korea by natrius · · Score: 4, Funny

    In post-9/11 America, the Department of Homeland Security has noticed an increased level of chatter on the terrorist communications lines. Among the discussions has been unusually prevalent talk of cliche enrichment. We suspect that these terrorists have allied with "Korea", "Soviet Russia", and "Natalie Portman covered in hot grits" to obtain the sophisticated equipment necessary to enrich cliches. We have no choice but to amend the Constitution to disallow speech that contains cliches.

    To enforce this amendment, any discussion involving cliche proliferation will be punished with negative moderation. For good measure, the poster will also be sent to Guantanamo.

  21. open source by puffy311 · · Score: 2, Informative

    If they had used an opensource SCM from the start, they would not have to worry about changing things around now.

    1. Re:open source by Jeremi · · Score: 4, Insightful
      If they had used an opensource SCM from the start, they would not have to worry about changing things around now.


      If a comparable open-source SCM had existed at the time, I'm sure they would have considered it. (and no, CVS didn't count as comparable :^))

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    2. Re:open source by iabervon · · Score: 2, Insightful

      If they had used an open-source SCM from the start and not changed things around, they'd be using RCS, which is totally useless for distributed development on this scale. If they had used an open-source SCM from when they started using an SCM, they'd be using CVS, which isn't much more applicable to the actual problem. BitKeeper was something that worked through the period when the available systems weren't really appropriate, and served as something to use while the problem space become sufficiently well understood that it could be solved correctly.

    3. Re:open source by harlows_monkeys · · Score: 3, Informative
      If they had used an opensource SCM from the start, they would not have to worry about changing things around now

      If they had used an opensource SCM from the start, we'd still be somewhere in the 2.4 kernel, and Linus would be insane. Linus picked BitKeeper because it was the only SCM system available that could handle the job.

  22. BitKeeper Website by dduardo · · Score: 4, Interesting

    So when are they going to remove the quote by Linus?

    "BitKeeper has made me more than twice as productive, and its fundamentally distributed nature allows me to work the way I prefer to work - with many different groups working independently, yet allowing for easy merging between them." -- Linus Torvalds

    1. Re:BitKeeper Website by diegocgteleline.es · · Score: 5, Insightful

      Never?

      The quote continues being true. IMO the reason why Linus is dropping BK is the license and flamewars - BK is great, but maybe the free alternatives have got better in those 3 years and now they're "good enought" to use with the kernel. It'd be certainly better if bitmover would make BK free, but that's not going to happen.

    2. Re:BitKeeper Website by tftp · · Score: 4, Insightful

      There is no need to remove the quote, it is correct. The BK software works fine. The problem is that Linus is not happy about BK licensing any more.

    3. Re:BitKeeper Website by damgx · · Score: 2, Insightful

      Why should they? The statement is stil valid.

      The reason for not using BitKeeper is because of philosophy mostly within the community (my guess), not because something is wrong with the tool.

      What BitMover has done is change the price of their product so to speak. Alot of Open Source / Free Software people didn't like the old price, and don't like to pay the new price anymore. That is why the tool is droped.

      --
      I only read slash. for the articles...
    4. Re:BitKeeper Website by streak · · Score: 2, Insightful

      Its not that Linus wasn't happy with the BK licensing, its that there were issues involved with developers (specificially a contractor under OSDL) trying to to reverse-engineer some of the features in BK.
      Even though an agreement was reached that this developer would stop doing this, apparently he continued.
      Larry McVoy (and BitKeeper) responded by saying that they were removing the Free BK license, and employees of OSDL (which Linus is) were not eligible for a free license under any conditions.

      At this point Linus really didn't have a choice whether to switch SCM systems or not.

      Kerneltrap story.
      Read the 2nd paragraph under "Free Versus Free".

    5. Re:BitKeeper Website by Frank+T.+Lofaro+Jr. · · Score: 2, Funny

      Yeah, nothing free makes any economic sense whatsoever.

      Like Google, providing a free web search service running on a free OS (Linux) using free/open protocols (HTTP over TCP over IP) and serving pages in a free/open standard (HTML).

      And no one used Sendmail and BIND, those free programs aren't used at all by any one with any economic signifcant right?

      (Note, I was being sarcastic - just thought I'd make that clear before someone with an itchy trigger finger mods this post as "Flamebait".

      --
      Just because it CAN be done, doesn't mean it should!
  23. Re:CVS? by Taladar · · Score: 4, Informative

    Subversion is basically CVS with some problems fixed (e.g. moving of directories is now possible). The Subversion people say they wouldn't use Subversion to manage the kernel...

  24. Re:CVS? by Senjutsu · · Score: 4, Informative

    CVS's centralised repository design is more or less exactly the opposite of what Linus wants when it comes to a version control system. No distributed repositories, no foreign branching, no dependency tracking between changesets, no atomic commits, expensive branching, etc, etc.

    CVS may be the solution to some things, but it's not a solution to the problem Linus is trying to solve.

  25. Mindshare and image bloodbath for BitKeeper by bADlOGIN · · Score: 3, Insightful

    Until Linus started using it for Linux, I'll bet most developers had never heard of BitKeeper. CVS, Perforce, VSS, and ClearCase for the past 4 years mostly seems to be what people would be using. Now all anybody knows is that these idiots dropped Linux support and burned a a great source of publicity (e.g. "our product is so good, one of the biggest OpenSource poster-child projects uses it despite it being closed and commercial!").
    Now they'll be known for screwing over Linus Torvalds. I wonder how well they'll fare in future technology evaluations? I can hear the discussions now: "Gee boss, BitKeeper is nice and all but if they screwed over the guy who writes Linux , how do you think they'll treat us after they have our money?"

    --
    *** Sigs are a stupid waste of bandwidth.
    1. Re:Mindshare and image bloodbath for BitKeeper by LittleLebowskiUrbanA · · Score: 2, Insightful

      You do know that BK is tired of people trying to reverse engineer their software, right? That's where this all started.

    2. Re:Mindshare and image bloodbath for BitKeeper by frank_adrian314159 · · Score: 5, Insightful
      BK is tired of people trying to reverse engineer their software...

      Uh, last I heard, that's neither illegal, immoral, or unexpected when you release a product to the world. I'm sorry they're unhappy about it, but it seems a bit naive to think that it won't happen and a bit stupid that they'd PO one of their most visible references over it.

      --
      That is all.
    3. Re:Mindshare and image bloodbath for BitKeeper by tftp · · Score: 3, Insightful
      s/tired/delusionally paranoid/
    4. Re:Mindshare and image bloodbath for BitKeeper by civilizedINTENSITY · · Score: 5, Insightful

      tired of people trying to reverse engineer their software

      This is exactly the core issue, and exactly why BitKeeper isn't worth considering.

    5. Re:Mindshare and image bloodbath for BitKeeper by mcc · · Score: 2

      I don't care what they're tired of, if a software vendor is very plausible to at some point become suspicious of me (or decide they don't like something that an organization I'm affiliated with is developing) and suddenly start refusing to sell me their products, that isn't a piece of software I would feel comfortable becoming dependent on.

      BK doesn't want me using their products in certain ways? Well, I don't want to be paying money for a product from a company who maintains such a massive degree of interest in dictating what I do with it. More to the point I would expect people for whom the day to day functioning of their versioning system is business critical might be less than interested in buying products from a company that may at any time choose to cut off support because they're "tired" of something you're doing.

    6. Re:Mindshare and image bloodbath for BitKeeper by Anonymous Coward · · Score: 3, Informative
      Fair enough--but an OSDL employee was trying to reverse-engineer it, paid by OSDL

      According to Bruce Perens (I think), in posting on /., the situation is not so simple.

      Larry kept changing the terms of the free licenses

      The OSDL employee was doing the reverse engineering in his own time, he was not being paid by OSDL to do it.

      How would you like your emplyer to tell you what you can and cannot do in your spare time?

    7. Re:Mindshare and image bloodbath for BitKeeper by Anonymous Coward · · Score: 2, Insightful

      I guess this must be a fundamental difference in philosophy between HP (the old HP) and Sun. Yes, Larry left Sun, but comments by their top management seem to support that how IP is managed was not a philosophical difference between Larry and Sun.

      HP was very tepid on establishing patent portfolios and "IP" building in general, and did not worry about the inevitable reverse engineering that would occur in the field. Reverse engineering was the way many ingenius ideas got of the ground. The overall feeling was that HP not only had an obligation to produce technology, but also to market it and produce enough real added value that they were clearly better than people that simply tried to imitate them.
      This served HP well for many years until that bitch and her cronies came along.

      A company uses modus operandi is to try to kill direct imitators has no clothes. Bitmover is openly admitting that they have no value add if an equivalent functional product were to come to the market as free software. Larry is an idiot. If Bitkeeper was felt to be a major opportunity, commercial companies would be buying licenses and reverse engineering it.. which is legal. This is probably happening right now, and Larry is not going to stop. If he (the CEO) is wasting his time trying to, then I don't hold out much of a future for Bitmover. This company apparently feels they have no problems in the product development and tech segment (though I actually think they do), regardless, if they feel that way, they (and Larry 100%) should be focusing on expanding their market. The fact that Larry has the time to gripe on lkml about licensing crap pretty much proves all is not well.
      I might be way off, but Larry sounds like a first class asshole. Too much of that and he is going to lose the only thing his company has going for it.. its top notch tech staff.
      Larry reminds me of a less intelligent Shockley.

    8. Re:Mindshare and image bloodbath for BitKeeper by civilizedINTENSITY · · Score: 2, Insightful

      Reverse engineering is doesn't have anything at all to do with "rip off all companies that write software". Reverse engineering is legal, acceptable, and morally OK. There is nothing wrong with reverse engineering. That *is* my point.

    9. Re:Mindshare and image bloodbath for BitKeeper by Baki · · Score: 5, Insightful

      And you know that Linus reverse engineered UNIX? He recreated a system with the same API. What is wrong with that? There would be no progress at all if we weren't "stealing" each others ideas all the time. Neither in science, nor in art, nor in (software) engineering.

      I find the current brainwashing efforts of "intellectual property" proponents to make us believe there is anything wrong with reverse engineering highly immoral, contradictory with human civilization and ignoring its history.

    10. Re:Mindshare and image bloodbath for BitKeeper by k4rm4_p0l7c3 · · Score: 2, Insightful

      I thought Linux implemented Linux from certain specifications. 'Reverse engineered' is not the term for that. The data was documented publicly, why you'd do it the hard way I don't know.

  26. Actually... by Senjutsu · · Score: 4, Interesting

    The problem is that Linus is not elligible for bitkeeper licensing anymore.

    In addition to dropping the free version, Bitmover is refusing to sell even commercial licenses to the OSDL or it's employees, which includes Linus Torvalds and Andrew Morton.

    1. Re:Actually... by eraserewind · · Score: 4, Insightful

      So why doesn't our Open Source hero just fork the codebase, oh wait...

    2. Re:Actually... by killjoe · · Score: 5, Insightful

      If this whole absurd scenario is not an object lesson on why not to choose proprietary software nothing is.

      Imagine that. A company pulling their license and then refusing to even sell licenses to you or your employees.

      --
      evil is as evil does
    3. Re: Actually... by po8 · · Score: 4, Insightful

      Oooh---there's an attractive offer. Quit your job, but receive a free BitKeeper license. I wonder if Larry would make me the same generous offer?

    4. Re:Actually... by tftp · · Score: 5, Informative
      Yes, you can do that. You can do anything you want with your own product. Exceptions are very rare.

      Also, you indeed were living in a shoebox :-) because BK was always licensed on a condition that the licensee does not work for a competitor, and does not work on a competing product. The definition of "competing" was at BK owner's discretion, and a lot of Subversion folks were denied the license two years ago. This was a bad deal from the start, and quite a few people said so on LKML. They were right. Search Google or LKML archives, they should have lots of discussion about that.

    5. Re:Actually... by tftp · · Score: 2, Insightful
      Anybody else have other examples of a company refusing to sell a product to a certain customer?

      Sure. You can't purchase explosives without a license. You can't buy many drugs without a prescription. You can't buy many weapons in USA, and in other countries you can't buy any weapons period. These are external restrictions imposed on the company, but the company refuses to sell you just the same.

      But if you want an example of company's own decision, a most obvious is when the company refuses to sell itself to a potential buyer.

      Finally, every store owner reserves the right to refuse the sale to anyone for any reason (read the fine print somewhere in the corner.) Even big stores, like Wal-Mart, have this rule, and some even put it to use. Try to buy something expensive and return it after 29 days; do it again and again and again, and see for how long the store will allow you to take advantage of them.

      But I must admit that BK went farther than anyone else. I haven't heard before of a company that refuses to sell the product on basis of other activities of the buyer, or on basis of his employment. Still, the free market, as it is, permits even such unreasonable conditions. But you are also free to not use BK - and that's what I did on behalf of the business I work for.

    6. Re:Actually... by cahiha · · Score: 2, Insightful

      The situation is not at all symmetric.

      With the GPL, you are never at the mercy of anybody: you can continue to use GPL'ed code no matter what its original author decides to do.

      With a license like the Bitkeeper license, you are at the mercy of the copyright holder: when he decides that he has no use for you anymore or that he doesn't like you anymore, you are in trouble. It's his legal right, it's your stupidity to have agreed to such a license in the first place.

    7. Re:Actually... by Tim+C · · Score: 3, Informative

      If a company does that often enough, it will lose all its customers as they migrate away to a less risky company.

      I have no idea why the BK people have done this, but it strikes me as being an incredibly foolish thing to do.

      This whole absurb scenario is an object lesson to not choose proprietary software produced by idiots.

    8. Re:Actually... by Tim+C · · Score: 2, Insightful

      True, but life is full of uncertainties. Maybe the next time I cross the road I'll be killed by an out of control car on the other side that plows across and into me.

      All you can do is try to mitigate the risks. You have to weigh up the risk of a supplier of a preferred product going belly up (or just plain bat shit insane) against risks associated with using a less suitable but potentially safer alternative.

    9. Re:Actually... by Anonymous Coward · · Score: 3, Insightful

      > according to the original story, someone who was doing paid work for OSDL (Linus' employer) was reverse engineering the bitkeeper client in his spare time. For bitkeeper, this meant that OSDL was indirectly funding the creation of a free bitkeeper competitor, which goes explicitely against their license terms.

      Yes. And I heard someone studying at the university of Berkeley also tried to reverse engineer bk. Larry must remove all the free license to student, as it helps university and they train people that want to reverse engineer bk.

      And, I think someone had a grant from darpa, and, in its free time, tought about reverse engineering some part of bk. Clearly, larry must stop selling bk to any government entity.

      And, beleive me or not, but some not-that-brillant computer user used microsoft windows to surf to slashdot, and thought about reverse engineering bk. Larry must prevent microsoft to get an bk license, as they are indirectly helping to create a competitor.

      Bk may be a fine product. Larry used the kernel for marketing advantage. But, by acting like he did, instead of "preventing" competition, he actually send *hundreds* of the most talented developers in the world in SCM systems.

      Hacking is about "scratching an itch". Thanks to his paranoia, Larry made himself a big itch to scratch.

      Bitmover is fucked. He could have played nice and let people reverse eng bitkeeper. Linus would have still used the "real" one, it would have evolved into a standard, and bitmover would have made a truckload of money, possibly *owning* the scm space.

    10. Re:Actually... by theLOUDroom · · Score: 2, Insightful

      It's the double standards about this argument that bother me. If it was not for proprietary software, the GPL movement and the GNU free software directory would not exist.

      You really should read some history of the whole open source movement. All the software Stallman was originally using WAS at least somewhat free (at least implicitly, if not explicitly). The FSF was created as a result of Stallman's later encounters with proprietary software, not because the mood just suddenly struck him after having been previously relying on proprietary software.

      Your claim here fails for any number of reasons, the most obvious being that it doesn't even make logical sense. If there was no proprietary software, then by your own definition of the situation, everything else would HAVE to either free software, or we just wouldn't have any software at all.

      --
      Life is too short to proofread.
  27. What about Bazaar-NG? by Anonymous Coward · · Score: 4, Informative

    How about Bazaar-NG? It looks like it's a design based on GNU Arch that can do either centralized, or decentralized stuff.

  28. Here's a link to LWN where he talks about it by SDrag0n · · Score: 5, Informative
    He talks about some other products he's tried, why he wrote his own, and a little about how it works.

    http://lwn.net/Articles/131313/

    Check the "made the first version available" link towards the top

    --
    I don't have time to make a sig
  29. How about... Arch or Monotone by ikewillis · · Score: 5, Interesting
    Arch and Monotone are both GPL-licensed distributed development tools, and retain a BitKeeper-like distributed development model which Linux prefers.

    Somehow Arch was immediately mentioned on the original thread about Linus's intent to switch away from BitKeeper, but somehow only Subversion has been mentioned on this one. Arch was created specifically with the goal of replacing BitKeeper as the SCM for the Linux kernel source, as it says on their web page:

    It is somewhat well known, these days, that some of the core developers of the Linux kernel are using a revision control system which is not free software. There is a need to create a free software alternative to that system and to do so is one of the goals of the arch project
    1. Re:How about... Arch or Monotone by the+eric+conspiracy · · Score: 3, Interesting

      Monotone has been discussed and appears to be too slow. SVK, Darcs, and Arch are still in the running.

    2. Re:How about... Arch or Monotone by the+eric+conspiracy · · Score: 4, Interesting

      Monotone is too slow and SVK isn't??

      Here is a quote from Linus:

      "I'm playing with monotone right now. Superficially it looks like it has tons of gee-whiz neato stuff... however, it's *agonizingly* slow. I mean glacial. A heavily sedated sloth with no legs is probably
      faster."

      Darcs is interesting, but it already has a bad rep in regards to speed and scalability because of the Haskell infrastructure. I wouldn't put the kernel on it. There are also concerns about getting otehr developers to support it because of the Haskell code base. Right now it's a one man show.

      Subversion already is well proven on large projects - the question is whether SVK is mature enough.

      My guess is what is going to happen is that the kernel guys will do something custom, perhaps on top of or in conjection with SVK and SVN. Monotone, Darcs, etc aren't very likely, and Subversion by itself doesn't fit the distributed work flow of kernel development.

  30. Distributed operation? by tepples · · Score: 4, Informative

    Is Subversion decentralized? Even the Subversion maintainers admit that the Linux kernel development atmosphere doesn't mesh well with the centralized CVS/SVN model. There exists SVK, a decentralized hack on Subversion, but is it mature?

  31. Re:How about... by Spunk · · Score: 2, Interesting

    Wow. Amazing how Open/Free software can work together to the point of one project recommending that we should use their competitors' project in some instances. :)

    Can you imagine a commercial software vendor releasing something like that?

  32. Re:How about... by brett_sinclair · · Score: 2, Informative
    svk may be a reasonable compromise. It is a distributed scm, but built on top of the very stable Subversion. It is very fast, even for large trees, despite being written in perl.

    It is also quite easy to use svk together with a central Subversion repository, to get the best of both worlds.

  33. Re:How about... by MemoryDragon · · Score: 2, Interesting

    Actually subversion has a commerical backing. But those who wrote the thing simply wanted to keep the fanboys out of the LKML. And they are right in their analysis, they have a kicksass version control system but their approach is not suitable for the needs of the Linux kernel developers. What Linus and others really need is a highly distributed system and subversion (even SVK) is not exactly that, SVN is more like a drop in replacement for CVS without the problems CVS has, and it has its fair place in the world, and most who use it love it. The answer is just the style the people who do subversion generally have, very honest and professional.

  34. The question no one has asked by Anonymous Coward · · Score: 5, Insightful

    How much has Linus use of Bitkeeper hampered the development of a free software alternative? I mean, if Linus had used a free SCM since the beginning, chances are that much more effort would have invested in that very same system to make it better. Unfortunately all the past publicity has helped only Bitkeeper instead of the free software movement.

    Thank you

    1. Re:The question no one has asked by tftp · · Score: 2, Insightful

      Use of BK probably stimulated the development of a free software alternative. Back then SVN was in early betas, arch was convoluted (some say it still is) monotone did not exist, and there was nothing else. But today, after BK has proven what feature set is necessary, some alternatives do exist.

    2. Re:The question no one has asked by SA+Stevens · · Score: 5, Insightful

      One of the prominent facts of Open Source programming history, going waaaay back, is that something that works good and commercial has to exist first to copy and replace. This can be said about large parts of the GNU toolchain. It's part of the 'culture' for the name of the GNU replacement to be a pun or joke on the name of the original tool.

      Big conglomerate groups of random people on the Internet aren't that good at developing something totally original. It's much more common to let some commercial entity 'develop the product spec' first.

    3. Re:The question no one has asked by BobNET · · Score: 2, Informative

      Emacs was the start of the GNU project waaaay back then what non-free program did it copy?

      EDLIN, I believe.

    4. Re:The question no one has asked by SA+Stevens · · Score: 2, Informative

      There were and are non-free versions of Emacs.

      There is Gosling Emacs, which is non-free and the source code is not available. Stallman did NOT 'invent' emacs.

  35. Re:How Does It Feel Linus? by jacksonj04 · · Score: 4, Interesting

    I absolutely adore the way that people don't have the balls to post with a username any more.

    The whole point of Open Source is that people have CHOICES ABOUT WHAT THEY USE TO DO A TASK. If they don't like it they can tweak the code so it does what they want.

    Last time I checked, using BitKeeper constituted a CHOICE on the part of Linus. One of the core principles behind OSS.

    CVS is abysmal, and Subversion doesn't fit the Linux development model. Proprietary software may be evil, but if it's the best tool for the task then why should people deal with inferior OSS crap, which may need serious hacking to make it do what they want, when there's the option - the CHOICE - of using proprietary software?

    --
    How many people can read hex if only you and dead people can read hex?
  36. Re:Slashback? Some info on Bit Keeper by sonoluminescence · · Score: 2, Insightful

    wow good link, I'd give you a mod point if you didn't have so many already.

    When I read this on slashdot I thought, "I can't be the only one who has no idea what SCM means, my first thought was google, then wikipedia for SCM, never even thought of looking for bitkeeper on wikipedia.

    This is really quite illuminating on a a topic I know nothing about. It's amazing the average linux user can be so unaware of controversy going on in the kernel development world.

    --
    Karma: Bad. Calmer, good.
  37. Re:not surprising though by HalfFlat · · Score: 5, Insightful

    So which do you take issue with?

    1. Writing non-free software is antisocial

    or

    2. If a job is based upon antisocial behaviour, one should get some other job

    Personally I can't see how you could argue against 2, unless you are in fact antisocial and just don't care. RMS has been making a case for point 1 for years now, and the recent news with regards to BK is more supporting evidence for his argument.

    Reading your comment to the interview, I can't understand your vehemence. It's irrational. If you have a choice of doing something bad or doing something good, why insist that it's okay to do the something bad? I don't want to put words into RMS' mouth, but I get the impression that when he states something like: "It is better not to program at all than to program non-free software", it's not a statement about the utility of free versus non-free software -- as you noted in your comment, a lot of non-free software is very useful -- but instead it is a statement concerning how programming as a practice in today's society should be carried out. Programming non-free software is not bad because it makes useful software -- that would be silly. It's bad because it supports a system in which non-free software proliferates and causes huge amounts of waste. It is essentially the same point as the one you quote.

    The horrible irony of it all is that most non-free software is non-free by default, not because the owners of that software are profiting significantly by having it be non-free. Most software is written for internal use for internal projects. Embedded software is usually specialised to its hardware and of limited use to competing manufacturers. In as much as it is not limited, a culture of free software allows the programmers to write original software, not re-write what others have done hundreds of times before.

    If hypothetically free software were to become the only legal form of software as of tomorrow, the vast majority of programmers would still be in a job. And those jobs would be better.

  38. OSS/FS Software Configuration Management (SCM) by dwheeler · · Score: 2, Interesting

    See Comments on Open Source Software / Free Software (OSS/FS) Software Configuration Management (SCM) systems for more information on OSS/FS SCMs. There are several relatively mature centralized SCMs, but the distributed ones are less mature. See paper for details.

    --
    - David A. Wheeler (see my Secure Programming HOWTO)
  39. Microsoft vs. BitKeeper by jbolden · · Score: 2, Insightful

    I'm sure Microsoft doesn't like the .mono project very much or the 1/2 dozen word document readers but you don't see them trying to enforce license agreements like the one BK was going for.

  40. Re:not surprising though by tomhudson · · Score: 2, Insightful
    Writing non-free software is antisocial
    Not necessarily. This is something that sounds good in a sound-bite, or a slogan, but I can't see this being true in all cases.

    A lot of software wouldn't get developed if someone weren't paid to do it - after all, most people, given a choice, would rather "scratch an atch" - do what they enjoy working on - instead of working on stuff they find boring. So the boring stuff ends up having to be either paid "work for hire", or "contracted out", or "proprietary".

    Unless you're suddenly going to rewire a LOT of people's brains so that they suddenly find boring projects interesting, there will ALWAYS be room for closed-source/proprietary software.

    It's not anti-social. It's not even asocial. It's just the way things are. To castigate others for exercising their freedom of choice by using a mix of open- and closed-source programs as being antisocial is itself antisocial behaviour.

    Heck, I use open-source for almost everything, but there is ONE program from MicroBitch that I actually find useful (Image Composer - I know, it's lame, so what ...) for the quick-and-dirty task of making logos, buttons, etc. I *could* use other programs ... that I don't is my choice. It doesn't make me antisocial, any more than using open-source makes me a smelly hippy.

  41. Perhaps the SCM Solution is not the problem by Anonymous Coward · · Score: 4, Insightful

    In all these discussions the question seems to be:
    What tool can we find to fit Linus' methodology.

    The question that nobody ever asks is:
    Do Linus' methodologies actually benefit the project?

    I'm going to say something that will make people angry, but I don't mean it as flame bait:
    The Linux kernel is in absolute disarray, has been since 2.2.x, and is only getting worse as the project grows.

    The kernel development process is a highly distributed one, with individuals all over the world implementing their own corner of the universe and sending it in diff form to the Great Linux Mutex in the Sky: Linus.

    All these people, all over the world, doing things their own way. Limited cohesion, inability to pick a good design and stick with it for more than 5 minutes. Here are two examples from the stable kernels ...

    Firewalls:
    2.0.x: ipfwadm
    2.2.x: ipchains
    2.4.x: iptables

    Event Handling:
    2.0.x: None
    2.2.x: None
    2.4.x: dnotify
    2.6.x: inotify

    The VM system has been swapped out - several times! - in "stable" kernel branches. Nowdays Slashdotters are saying that it is the distribution's responsibility to maintain a stable kernel tree.

    So, here's my point. Maybe the BSDs really have something going for them by maintaining a centralized development model where major changes are planned, documented, and subjected to stringent review across the board before being included in the kernel.

    Here are the above examples for FreeBSD:
    Firewalls:
    2.x: ipfw & ipf
    3.x: ipfw & ipf
    4.x: ipfw & ipf
    5.x: ipfw2 & pf

    Event Handling:
    2.x: none
    3.x: none
    4.x: kqueue
    5.x: kqueue

    FreeBSD consistently implements well thought out systems and incrementally improves them over the years. Time and time again FreeBSD issues solid stable releases. Even the releases that are publicly declared not ready for production are more stable and have fewer dark hairy corners than Linux.

    Maybe it's time for Linus to re-evaluate his model and bring some true software __engineering__ to the Linux development process. Instead of being the Great Mutex in the Sky, he can be the great organizer and enabler of an organization of people working together to implement well thought out, well designed systems.

    Just a thought from an anonymous coward.

    1. Re:Perhaps the SCM Solution is not the problem by DarkMan · · Score: 5, Insightful

      I'm not convinced by your arguments, although I do note that most of the sub-points are valid. Specifically, I reject your conclusion.

      If Linus did Linux the *BSD way, a few things would have to change.

      Firstly, and foremostly, he would have to develop, and guide, the userland as well. That is part of the reason for the apparent stability of BSD interfaces - for some kernel->userland interfaces the implemetnation is hidden (for example, things that are used only by libc). Whether this is a good or bad thing on the partof the BSD's is irrelevent, it is a fundementaly different approach.

      Currently, Linux provides a set of kernel level interfaces, and the GNU libc utiliese some of these to provide the standard C library. Some of the kernel interfaces are standard, (POSIX file stuff, sockets etc), some are not (Firewall, some threading interfaces etc).

      Most fundementally, the reason I reject your conclusion can be best expressed as a question: "If the linux process is so poor, why is it more popular than *BSD?"

      One can discuss that question ad nauseum, but I suspect that part of the reason is that it is _not_ tightly controlled. If you have a method for making some part better, the Linux apprach says: show me the code, convince us it's better. The *BSD approach says: Show me the code, convince us it's better, get somone on the core team to sponser it, shedule it for the next (or prehaps one after next) release, and wait.

      Thus, Linux has a lot more mobility, and can utilise new approaches sooner than *BSD - for good or ill [0].

      My personal thoughts is: Linux is not broken. The development model works as well now as it used to, thus there is no need to change. Let the two approaches co-exists, let people use whichever they feel like. If that means that Linux becomes a testbed for ideas, and *BSD cherry pick, then so be it, that's fine. If that means that Linux evolves and *BSD stagnates, so be it, that's fine. If that means that Linux is unstable and *BSD is stable, so be it, that's fine. In practice, the last two will be indistinguishable for a long time after one of them occurs.

      Let them be different - choose your favourite model, and be happy with it. But if the other one results in something you prefer, consider that both are trade-offs, and neither is perfect.

      [0] This can bring problems. The various VM saga's are prehaps a canonnical example here.

    2. Re:Perhaps the SCM Solution is not the problem by Tim+C · · Score: 2, Insightful

      Most fundementally, the reason I reject your conclusion can be best expressed as a question: "If the linux process is so poor, why is it more popular than *BSD?"

      No offence, but logically-speaking an argument by appeal to popularity is pretty weak. There are a great many reasons why a thing may become popular, of which superior quality is only one.

    3. Re:Perhaps the SCM Solution is not the problem by slux · · Score: 2, Insightful

      On the other hand the BSDs have been forked to four separate versions because someone has wanted to redo a certain part. The rewrites on Linux have always been improvements and in the case of ipfw etc. the kernel still retains compatibility to the older schemes.

      You seem to be saying that everything should be done only once and done right. I don't buy that. What may initially seem like a good idea can always be shadowed by a better one someone has later. You also can't write a piece of software as large as a kernel by planning each part to be the best and as feature-complete as it can or you'll end up like the Hurd. This is particularly true in the open source development process. Had Linus originally planned for Linux 2.6 when he started writing it I doubt we'd have Linux now.

    4. Re:Perhaps the SCM Solution is not the problem by cpghost · · Score: 2, Interesting

      If the linux process is so poor, why is it more popular than *BSD?

      Just as Windows...

      the Linux apprach says: show me the code, convince us it's better. The *BSD approach says: Show me the code, convince us it's better, get somone on the core team to sponser it, shedule it for the next (or prehaps one after next) release, and wait.

      What is the real difference here? In both cases, code submitters have to get approval by maintainers: with Linux, there's only one mainainer. With BSD, there are many committers. Actually, BSDs approach seems even more failproof than Linux', because you don't have to worry about Linus going on vacation (or some BitKeeper issues). You just ask another committer to submit your code to review.

      Thus, Linux has a lot more mobility, and can utilise new approaches sooner than *BSD

      Hmmm, the -CURRENT branches are very mobile too, just as with Linux. There's one important difference though: BSD kernel interfaces (external and internal) tend to be a lot more stable than Linux' interfaces. This is both good and bad: with Linux, you can experiment with new interfaces and paradigms. With BSD you can do the same. But with Linux, the experiments quickly make it into the public kernel, even if they have to be retracted later. With BSD, this happens too, but it's very rare.

      Let them be different - choose your favourite model, and be happy with it.

      Right!

      --
      cpghost at Cordula's Web.
  42. Re:not surprising though by HalfFlat · · Score: 3, Insightful

    A lot of software wouldn't get developed if someone weren't paid to do it - after all, most people, given a choice, would rather "scratch an atch" - do what they enjoy working on - instead of working on stuff they find boring. So the boring stuff ends up having to be either paid "work for hire", or "contracted out", or "proprietary".

    You are casually conflating "work for hire" and "non-free"!

    Almost all the programming work I do is for a private company. It is work for hire in that sense. Some of it incorporates GPL software and thus is by necessity GPL licensed itself. The other software could just as well have been licensed as free software as well. It doesn't matter. Being free or non-free is orthogonal to being payed or not for programming.

    It is only an issue when it comes to selling software itself, unenhanced by other software, as a product. Because it is what makes the Microsofts of the world, and because it is very visible, it feels like this is what programming is all about. But it really carries a disproportionate impact.

    On your other point: we all have a choice, it is true. But you could say it is a choice to be antisocial :) Just like other behaviour which supports institutions which are bad in the long-term, such as wasteful use of energy, water, etc., there is some degree of culpability. As to how antisocial it is to support non-free software, or for that matter, to drive SUVs in an urban environment, is a separate but important question. Personally, I am no environmental saint, but I am aware that I am choosing not to be one. This is a form of antisocial behaviour, just a very pallid and common one.
  43. Begin with a solid theoretical foundation.. by Anonymous Coward · · Score: 3, Insightful

    I think we can learn from the fiasco of relational database products on this one (i.e., the standard, SQL, is not relational at all, and the true power of relational databases has still not been implemented in an actual product).

    FIRST come up with a rational, rigorous theory of version control. What is a "change"? What does it mean to apply changes and their inverses? What is a conflict? Etc, etc. Come up with theorems and rules based on that foundation.

    THEN implement it all in a product. Or better yet, many products, but base them all on the same theory. I.e., let them compete on ease of use, security, speed, etc., rather than just who has the best ad-hoc collection of features.

    The author of Darcs does have a "theory of patches" but it's not rigorous (by his own admission). However it's a start.

    I think having a solid theory, divorced from any particular implementation, would be a great idea, would yield a consistent set of terminology, and would allow those tough corner cases to be solved with more understanding.

    Does anyone else agree?

    PS: McVoy himself has talked about the mix of theoretical and practical that BitMover employed to create BitKeeper. It's not just an academic argument. You'll get a better product if you THINK then ACT rather than leaving out the first step. And yes, besides the fact that it's not open source, BitKeeper *is* the best SCM system out there.

  44. Linus didn't scale. by tres3 · · Score: 4, Insightful
    For those of you that don't remember the lost patches and snails pace of Linux development from 2000-2002 I invite you to browse through the LKML history. We had a real problem with the fact that Linus was unable to keep up with the vast number of patches that were coming in through email and when he went on vacation there was no reason for anyone else to even try to submit patches. We all said that Linus doesn't scale! There is no way that 2.6.x would be anywhere near what it is today without some form of Source Control Management (SCM). Developers had been trying to get Linus to use some form of SCM for years but none would do what Linus wanted them to (most were not distributed enough). Larry offered Linus, and other developers, Bitkeeper for free but insisted that they not use it for non Open Source projects and that developers of competing SCM not use it at all (without paying for it). It was nice of him to give us that chance but everyone knew that the strings would, sooner or later, tie us in knots. Bitkeeper served its purpose well (relieving the Linus load) for years; all developers had to do was to send an email to Linus saying "pull the patch from my tree". This solution was a vast improvement on the previous way of doing things and the pace of kernel development increased significantly. It also enabled Linus to hand off large chunks of the kernel to other maintainers so he could focus on the parts he is good at.

    The most important thing that Bitkeeper did was to show the developers what was possible with the right tools. Anyone that reads the LKML knew that this day would come sooner or later and many of the SCM developers have used the time to improve their tools. What we really need to do is thank Larry for the use of his program (it was a great help) and move on. I don't think that Linus and the other kernel developers will ever go back to the days before fine grained changelogs, distributed source trees, and the ease with which patches from any one tree can be applied to any other tree. I think, if anything, that the biggest thing that dropping Bitkeeper will do at this point is to accelerate the development of better (and more distributed) SCM's.

    Thanks Larry! And more importantly: Thanks Linus, Alan, Andrew, Marcello, Rik, et al. Your work and dedication is much appreciated! ;-)

    P.S. Kernel.org has a new SCM written by Linus (in his directory) that is available for your perusal.

  45. Sarcastic post... by rice_burners_suck · · Score: 3, Insightful
    You know, I wasn't going to say this, but I can't help it...

    As we all know, Linus has more resources at his disposal than Bill Gates. Why can't he just have some of his minions design, from scratch, a distributed source configuration management package that can do everything he needs, and have it ready within six months? Then, he and his crew could suffer along with Subversion and the distribution problems it will pose for them, for six months, before Linux can be hosted on Linus' own DSCM software.

    It shouldn't be quite that hard to do, with all the resources he has... When Theo had a problem with (I believe it was) the license for the SSH program included prior to OpenBSD 2.6, he thought about it for a while and then busted out his own implementation. If he could do that, then Linus with all his resources can bust out a DSCM.

    Yes, this post is totally sarcastic. But seriously, who said you can't take Subversion, rip out its guts, and make it distribution-aware.

    1. Re:Sarcastic post... by paskie · · Score: 4, Informative

      And what you write is exactly what Linus is doing now. It is not a full version control system, but it can likely do the basic job for the kernel, especially for distribution of the tree history between developers; it is probably likely that they will use (test, improve) various version control systems on top of this, actually. (Which should be possible.)

      --
      It's not the fall that kills you. It's the sudden stop at the end. -Douglas Adams
  46. Re:Not an option. by SpaceLifeForm · · Score: 2, Interesting

    The kernel development process *has* already changed. The 2.6 series (vs 2.4) really was able to use BK effectively in conjunction with those 'control model' changes. Linus has already said that he doesn't scale. So, the way it's being handled now is the way it will likely remain. He's not likely to change his behaviour because of a tool problem. He will find a new tool.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  47. RIchard Stallman Knew This Would Happen by Anonymous Coward · · Score: 5, Informative

    "The spirit of the Bitkeeper license is the spirit of the whip hand.
    It is the spirit that says, "You have no right to use Bitkeeper, only
    temporary privileges that we can revoke. Be grateful that we allow
    you to use Bitkeeper. Be grateful, and don't do anything we dislike,
    or we may revoke those privileges." It is the spirit of proprietary
    software. Every non-free license is designed to control the users
    more or less. Outrage at this spirit is the reason for the free
    software movement. (By contrast, the open source movement prefers to
    play down this same outrage.) "

    - Richard Stallman Oct 13 2002, 3:50 pm

    Maybe he is not a mad man, but actually a very wise man.

    Here is the discussion link: http://groups-beta.google.com/group/linux.kernel/b rowse_thread/thread/a98de7edab73f365/7d68ee9f364e9 3f6

    1. Re:RIchard Stallman Knew This Would Happen by Some+Bitch · · Score: 5, Insightful
      Maybe he is not a mad man, but actually a very wise man.

      He's both, he's an insane genius. In 20 years time we'll all be saying "We should have listened to RMS". At times he can appear petulant but if I'd been spent a couple of decades warning people about non-free software and been derided while been proved right time and again I'd probably not be a happy bunny either.

      One day we'll listen to him BEFORE things start to go all runny but that will probably cause the universe to end.

  48. Re:How Does It Feel Linus? by malloc · · Score: 2, Insightful

    The whole point of Open Source is that people have CHOICES ABOUT WHAT THEY USE TO DO A TASK. If they don't like it they can tweak the code so it does what they want.

    Last time I checked, using BitKeeper constituted a CHOICE on the part of Linus. One of the core principles behind OSS.

    I have to disagree. The whole point of Open Source is freedom. Freedom from any group being able to "lock you in", freedom to adapt software to meet your own needs, freedom to share and benefit from each other's work so we can focus on solving other problems. This freedom leads to having more choice, but using closed-source software only reduces freedom and thus the choices you have available.

    You could say that Open Source is about preserving choice.

    Malloc
    --
    ___________________ I want to be free()!
  49. p2p? by robbo · · Score: 2, Insightful

    With all the hand-wringing about coming up with non-infringing uses for p2p software for the Grokster case, I'm surprised no one has suggested that we take an open source p2p client and give it some version smarts...

    my 2 cents...

    --
    So long, and thanks for all the Phish
  50. ClearCase blows donkeys by lorcha · · Score: 2, Informative
    Always has, and always will.

    I can't count the number of times I've gotten build failures because I updated my view in the middle of someone else's big commit. WTF is that all about?

    If I wanted that, I could use SCCS.

    And don't get me started about the voodoo that is config.spec.

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  51. C'mon, You Knew This Was Going To Happen by cmholm · · Score: 5, Insightful
    Yes, Linus had a perfectly good reason for selecting BitKeeper. And, one could reasonably anticipate that Bitmover would do what it did. Hell, if you read what Larry McVoy had to say back when Linus jumped onboard back in '02, he made it quite clear that he was going to get pissed if someone tried to reverse engineer the code. Richard Stallman doesn't have to say "I told you so", 'cause he already did, three years ago.

    So, in conclusion, big frickin' deal. BK got a few years of valuable, free beta testing, Linus got some work done, and the Open source folks got a reminder as to why the Free source folks got religon.

    --
    Luke, help me take this mask off ... Just for once, let me butterfly kiss you with my own eyes.
  52. Example for other opensource projects by adepali · · Score: 2
    Looking at the BK mess, I believe it's time to reconsider a very common yet very flawed stance taken by several FOSS developers: the idea that venerable legacy software does things the "right" way, and it should never evolve and adapt to the modern programming needs.

    We've been tolerating software with crippling capabilities and major usability issues for years, accepting or even praising their limitations as part of the FOSS Way of Things. CVS is a prime example, there are dozens more.

    Of course this kind of software has been great, and we are all thankful to the people offering it, but it's time to place it in a museum, with a golden memorial plaque, and move on. The OpenOffice team got it right with their 2.0 version, even if it's still in beta: they evolved some cumbersome legacy applications to something sparkling that's a pleasure to work with (please don't bring up their use of Java issue). We should all benefit from their example.

  53. Darcs? by Flaming+Death · · Score: 2, Informative

    Not sure why anyone hasnt mentioned darcs - being very similar to bitkeeper and arch. And free.. and so on.. I personally use darcs over anything else, since changing from svn.. I wont be going back :-)

    www.darcs.org

  54. Really not by paskie · · Score: 5, Informative

    No, not really. What Linus is doing looks completely different. It is quite similar to Monotone if anything, in fact. It has quite a good description of itself in the README (skip the top part there :-) ).

    One consequence of what he is doing is that it is trivial to do e.g. pulling from remote repositories (basically just two rsync commands), or diffing arbitrary two trees. You can see my scripts as an example.

    --
    It's not the fall that kills you. It's the sudden stop at the end. -Douglas Adams
  55. Re:How Does It Feel Linus? by Tim+C · · Score: 2, Insightful

    The whole point of Open Source is freedom. Freedom from any group being able to "lock you in"

    And yet, so many Open Source/Free Software people try to convince everyone that they should only use Free/Open Source Software, thus attempting to lock everyone in to using only that type of software.

    If you truly believed in *my* freedom, you would respect my choice to use whatever I believe to be the most appropriate tool for the job.

  56. Re:What are the odds... by bheading · · Score: 3, Funny

    Great idea. Linus should stop writing kernel code (what everyone seems to think he's good at) and create *yet another* GPL revision control system to add to the 20-odd that already exist.

    I wish I could shoot anyone who uses the cliched catchphrase "I for one".

  57. People laid off in US by lorcha · · Score: 2
    They either got new jobs for 50% more money, or opened their own consulting businesses (like me) for waaaay more money.

    The ones who still can't find work are people who should never have been let within 500 feet (that's 15,400cm, just to give you a rough idea) of a computer. They're people I like to call "Morons who got into computing because they heard it was a great way to get filty rich quick but are now on welfare and like to bitch about it on slashdot every day".

    They are not going to be writing Linus's next SCM system. Their greatest concern right now is whether or not you would like fries with that.

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  58. Re:GNU tools by SA+Stevens · · Score: 2, Funny

    UNIX was open source from AT&T

    If we had a time machine handy, I'd like to introduce you to a room full of AT&T Attorneys.