Slashdot Mirror


Microsoft Buys Teamprise, Will Ship Linux Tools

spongman writes "Microsoft's Senior Vice President, Developer Division, S. Somasegar has announced that Microsoft has acquired Teamprise from Sourcegear, LLC, and will be shipping it as part of the upcoming Visual Studio 2010 release. Teamprise is an Eclipse plugin (and related tools) for connecting to Team Foundation Server, Microsoft's source-control/project-management system. What's most interesting about this is not only that Microsoft has realized that heterogeneous development platforms are important to their developer customers, but the fact that Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix."

200 comments

  1. Fully integrated Mono on Linux with Eclipse? by deanston · · Score: 4, Interesting

    I rather have the equivalent of VS on Linux than just another Eclipse plug-in. Here comes the Embrace...

    1. Re:Fully integrated Mono on Linux with Eclipse? by WarJolt · · Score: 3, Informative

      I haven't tried it, but it exists.Have fun

    2. Re:Fully integrated Mono on Linux with Eclipse? by HermMunster · · Score: 1

      Extend...Extinguish

      --
      You can lead a man with reason but you can't make him think.
    3. Re:Fully integrated Mono on Linux with Eclipse? by Vahokif · · Score: 1

      MonoDevelop?

    4. Re:Fully integrated Mono on Linux with Eclipse? by davester666 · · Score: 1

      ...Will Ship Linux Tools...Once.

      --
      Sleep your way to a whiter smile...date a dentist!
  2. If that ain't a PHB name, I don't know what is by Tablizer · · Score: 0

    nuf sed.

    1. Re:If that ain't a PHB name, I don't know what is by bill_mcgonigle · · Score: 1

      nuf sed.

      you've successfully identified Microsoft's target customers.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  3. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  4. The more things change... by Anonymous Coward · · Score: 4, Insightful

    Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix.

    It isn't the first time. Microsoft used to provide tools for accessing Visual SourceSafe repositories from UNIX. Needless to say, these tools were utterly terrible yet allowed them to claim that VSS "supported UNIX". I don't expect Microsoft to go out of their way to "support UNIX" this time around any more than they did previously.

    1. Re:The more things change... by Sarten-X · · Score: 1

      The moment I saw that, my first thought was "Gee, I wonder which platforms will lag behind in new features and testing."

      --
      You do not have a moral or legal right to do absolutely anything you want.
    2. Re:The more things change... by master5o1 · · Score: 1, Insightful

      To be nit picky, I also noticed that there are only 4 versions of Unix. Linux not being Unix and all.

      --
      signature is pants
    3. Re:The more things change... by Locutus · · Score: 2, Informative

      I don't know if Source Safe was originally DOS based, UNIX based, or both but I do recall seeing the UNIX version of Visual Source Safe variant and it really sucked. The UNIX box GUI was CDE and Motif based but the Visual Source Save GUI was based on Windows 3.x. They made no effort to integrate it into the UNIX desktop as if they were saying, "We are Microsoft, Windows is our product, this is a Windows based product so be happy you have it at all."

      FYI, Microsoft produced Visual Source Safe after purchasing One Tree Software. From the wikipedia page, it was a 16 bit commandline app when they purchased the company. It was not client server based but could be used like MS Access with shared network disks. Microsoft bought them in 94 but it wasn't until 2005 that the product became client server based.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    4. Re:The more things change... by plague3106 · · Score: 2, Insightful

      Well to be fair the Windows version of VSS really sucks too. Oh, and 2005 STILL isn't really client server based; they tacked a Web server onto it that VSS can use over the internet, but its still handling the database format in the exact same way. And you don't have to use the web service feature at all.

      I had no idea SourceGear had this project going at all, which suprises me a bit because I use their Fortress project in place of VSS.

    5. Re:The more things change... by illumin8 · · Score: 1

      I don't know if Source Safe was originally DOS based, UNIX based, or both but I do recall seeing the UNIX version of Visual Source Safe variant and it really sucked.

      VSS is a terrible product indeed. My company still uses VSS 2005 and it has a 4GB repository size limit! Increasing beyond 4GB causes repository corruption. This is especially frustrating because business types have access to it and seem to like to use VSS like a USB hard drive to back up their important documents, home pictures, and music. I think the Windows admins have to take the thing down weekly just to repair the corruption.

      It's absolutely terrible. Anything, even CVS or SVN, would be light years ahead of VSS. I'm just glad I'm not a developer forced to work on it.

      --
      "When the president does it, that means it's not illegal." - Richard M. Nixon
    6. Re:The more things change... by Anonymous Coward · · Score: 0

      FYI

      I know. I once had the dubious pleasure of administrating a VSS repository. I always thought the recovery tool was aptly named (analyze.exe), as it certainly did anal-ize you whenever you used it.

    7. Re:The more things change... by k8to · · Score: 1

      Stop trolling already. Linux is a certified Unix.

      --
      -josh
    8. Re:The more things change... by ClosedSource · · Score: 1

      "I don't know if Source Safe was originally DOS based.."

      The first version used a command line so it probably started in DOS. By the time Microsoft bought One Tree Software (the original developer) it was Windows-based (Version 2).

      Although SS's architecture didn't scale properly, it was a pretty nice tool for the era and environment it ran on (i.e. 1993, Windows 3.1).

    9. Re:The more things change... by Locutus · · Score: 1

      "The first version used a command line so it probably started in DOS."

      I thought I already said it was a command line tool but that does not mean it is DOS based. Even multi-user operating systems VMS, UNIX, etc were and have command line interfaces.

      I had to use a UNIX version with the GUI which really sucked compared to many of the command line versions I'd used where someone had put a bunch of customizing scripts as the frontend to the RCS system.

      and RCS was around in the 80s so maybe SourceSafe was an attempt to bring something like the UNIX RCS system to DOS.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    10. Re:The more things change... by WuphonsReach · · Score: 1

      We used SourceOffSite as our sole means of interacting with VSS. It really helped to keep the corruption to a bare minimum. We still couldn't manage to migrate the repository to SVN directly due to corruption.

      (We switched to SVN back in '06. It's come a long way since then and the sparse working copy support was a major step forward for our preference of working with large single repositories instead of dozens of smaller repositories.)

      --
      Wolde you bothe eate your cake, and have your cake?
    11. Re:The more things change... by ClosedSource · · Score: 1

      "I thought I already said it was a command line tool but that does not mean it is DOS based."

      Well, there aren't that many commercial UNIX or VMS applications that jumped to Windows in that era, so I assumed it was DOS based.

      "RCS was around in the 80s so maybe SourceSafe was an attempt to bring something like the UNIX RCS system to DOS"

      Well, SS was designed to be a version control system as was RCS, but it used projects as an organizing abstraction rather than individual files. Also SS was designed (for Windows) to integrate functionality into a single tool rather than a set of disjoint tools like RCS uses.

      So I don't think RCS was a particular influence beyond the fact that it was an early VC system.

    12. Re:The more things change... by TheRaven64 · · Score: 1

      Uh, what? No versions of Linux are certified UNIX. You can find a list of certified UNIX systems online. Note the absence of any versions on Linux on the list.

      --
      I am TheRaven on Soylent News
    13. Re:The more things change... by TemporalBeing · · Score: 1

      Stop trolling already. Linux is a certified Unix.

      No, it's not; and it never will be.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    14. Re:The more things change... by spongman · · Score: 1

      I have used Teamprise with Flex Builder (eclipse-based) and while it has some quirks, it's actually pretty good and provides reasonable feature parity with the windows TFS tools.

  5. Well ... by Norsefire · · Score: 4, Insightful

    "If Microsoft ever does applications for Linux it means I've won." - Linus Torvalds

    1. Re:Well ... by h4rm0ny · · Score: 2, Insightful


      Not if they use Mono.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    2. Re:Well ... by master5o1 · · Score: 1

      How does the language matter?

      --
      signature is pants
    3. Re:Well ... by h4rm0ny · · Score: 5, Informative

      How does the language matter?

      Mono isn't a language per se. Mono is an import of the .Net framework. The trouble is that this framework is controlled by Microsoft. Firstly, the Windows version will always be ahead of other platforms relegating other platforms to inferior, buggy or feature incomplete versions. This could result in security vulnerabilities and lagging behind in version availability. More dangerous however, is that Microsoft can withdraw approval for Mono at any time, if they wish. If Mono became a popular basis for running software on Linux, then Microsoft could bring it all crashing down whenever they felt Linux had grown to be enough of a threat. Or they can start charging licence fees. Once a software base is installed, it can be very hard to move away from it *cough*Office*cough*.

      Basically, rather than true cross-platform compatability, what you get is Microsoft controlling a framework that Linux apps would become dependent on. A bad, vulnerable situation, imo. That's why I dislike proprietary systems such as Moonlight that are built on it. If we overhauled software patent law then it would be less of a threat, but it remains a technical advantage to Windows.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    4. Re:Well ... by Anonymous Coward · · Score: 0

      not quite the same.. they're just buying their way in...

      ___

      btw.. if you want diffmerge (freebie from sourcegear), get it now before microsoft has a chance to screw it up or put 'er up on the shelf next to Me and Bob.

      http://sourcegear.com/diffmerge/

    5. Re:Well ... by Anonymous Coward · · Score: 1, Interesting

      That Microsoft ships software on Linux is not news, Microsoft have been doing that for a while now.
      Ever since Microsoft bought Fast Search & Transfer some time back, it has been shipping the Fast ESP platform on Linux and some other Unix platforms.

    6. Re:Well ... by Sc4Freak · · Score: 0

      Most of Mono (which is C# and the CLR implementation) is not vulnerable to Microsoft.

      The C# language specification and Common Language Infrastructure are EMCA standards and are covered by the Microsoft Community Promise. Since Mono is a clean-room implementation of .NET and C# (both EMCA standards), they do not infringe on any of Microsoft's copyrights. And the Community Promise means that Microsoft guarantees that it won't use any of its patents against third-party implementations of .NET and C# like Mono.

    7. Re:Well ... by Anonymous Coward · · Score: 0

      Mono is also how you say 'monkey' in Spanish. I'm just saying...

    8. Re:Well ... by DShard · · Score: 2

      Seriously? Just stop it. Mono is never going to make the mountain of C code obsolete. Linux will never be dependent on Mono. If Microsoft somehow stopped distribution of Mono on the internet (HAHAHHAHAHAHA) and everyone simply had to do without, you just port the application to Java, C++ or Go!. GNote proves this isn't that big of a deal. Your concerns have no merit.

    9. Re:Well ... by Anonymous Coward · · Score: 0

      Mono is an open source implementation of the .net framework. It's true that it will always lag behind Microsoft's implementation but it's not true that Microsoft can "withdraw approval" whenever they want.

    10. Re:Well ... by Anonymous Coward · · Score: 0

      What has he won exactly? Linux market share? Prevalance of GPL or similar as the most common license for software? Prevalance of FOSS as the most common type of software?

      Oh wait, I've got it- a bet down the pub with some guy that he could get Microsoft to write an application for Linux!

      Really, it makes a great soundbite, but I don't really understand what or how he has won. Microsoft develop apps for Mac OS X as well, and conversely, FOSS developers and Apple develop for Windows too.

      Unfortunately, the bar needs to be set a bit higher than that by Torvalds and the Linux community for any such victory to be meaningful.

    11. Re:Well ... by Anonymous Coward · · Score: 0

      I think you're more than a bit paranoid. Microsoft's already dealing with anti-trust suits and there would be know way they'd get away with such an anti-competitive maneuver.

    12. Re:Well ... by True+Grit · · Score: 3, Insightful

      Since Mono is a clean-room implementation of .NET and C# (both EMCA standards)

      You don't *need* a clean-room implementation of an EMCA standard. Its a *standard*.

      Its the 'clean-room implementations' of the non-ECMA-standard software at the top of the Mono software stack that have people concerned, e.g. Winforms & ASP.NET, etc, etc.

      And the Community Promise

      has so much vague language in it that its only real value is as comic relief.

      Seriously, google what the FSF and others think about the language of that 'promise'.

    13. Re:Well ... by True+Grit · · Score: 1

      Linux will never be dependent on Mono.

      Well you're right about the Linux kernel, but then again Gnome now *is* dependent on Mono, and a few years ago I wouldn't have thought that would happen, so...

      you just port the application to Java, C++ or Go!.

      Wait, I've been listening for years to fanbois tell me about how much better, and different, C# is compared to Java, and now you're telling me its a breeze to port any non-trivial C#/.NET app to Java/JVM?

      LOL!

      Sorry, but you guys can't have it both ways...

    14. Re:Well ... by Anonymous Coward · · Score: 0

      microsoft is legaly obligated to not pull the rug out from under the mono team

      http://www.microsoft.com/interop/cp/default.mspx

      they do and they open themselves up to a world of hurt for estopel and that sort of thing
      microsoft may be amoral but they arent stupid. they have to deliver on their promises

    15. Re:Well ... by True+Grit · · Score: 1

      it has been shipping the Fast ESP platform on Linux and some other Unix platforms.

      Its an enterprise level web-based portal software for businesses, being cross-platform is pretty much a requirement for that category.

      When Linus said 'applications' I'm pretty sure he was thinking more along the lines of, say, MS Office, or basically anything the MS has that is Windows-only right now (FAST was already cross-platform before MS bought it).

    16. Re:Well ... by w000t · · Score: 1

      The problem is not only the vague language, but also that said promise only applies to what's covered by the ECMA-standard.

    17. Re:Well ... by Abreu · · Score: 1

      I might be offtopic here, but the only thing I know about Mono is that the only .Net application I am interested on running (the D&D insider tools) doesn't work on it.

      --
      No sig for the moment.
    18. Re:Well ... by Anonymous Coward · · Score: 0

      A long time ago it was possible to buy Windows Media decoder code for Linux for embedded devices from Microsoft. This was never well-publicized.

    19. Re:Well ... by binarylarry · · Score: 1

      Only a moron would talk about how different C# and .NET are from Java.

      C# and .NET are a set of Windows centric Java knock off technologies. Microsoft got cock blocked trying to corrupt Java and make it effectively only useful on Windows (kind of like "knife the baby").

      So instead they cloned it and made their version specifically Windows only.

      C# and .NET are a nice tools for developing Windows apps, but for cross platform, Java and it's associated analogues are a far more mature and proven bet.

      --
      Mod me down, my New Earth Global Warmingist friends!
    20. Re:Well ... by HermMunster · · Score: 1

      A promise isn't legally binding.

      --
      You can lead a man with reason but you can't make him think.
    21. Re:Well ... by HermMunster · · Score: 1

      And where'd you get that bit of insight?

      --
      You can lead a man with reason but you can't make him think.
    22. Re:Well ... by True+Grit · · Score: 1

      Only a moron would talk about how different C# and .NET are from Java.

      I agree with the rest of what you say (C# is MS's Java killer), but the C# and Java core languages *are* different from one another, e.g. pointers and unsigned ints for just 2 examples, and to be completely fair, some of the C# differences are (minor) improvements over Java (MS had the advantage of hindsight here).

      Anyway, enough differences even in the core languages themselves (never mind the completely *different* supporting libraries that both have) to make the porting of a non-trivial app from one to the other, well, *laughably* non-trivial.

    23. Re:Well ... by binarylarry · · Score: 1

      lol, what? Non trivial?

      Most of the work would be finished with a small set of global find and replace commands.

      --
      Mod me down, my New Earth Global Warmingist friends!
    24. Re:Well ... by Vahokif · · Score: 1

      Q: Is this Community Promise legally binding on Microsoft and will it be available in the future to me and to others?

      A: Yes, the CP is legally binding upon Microsoft. The CP is a unilateral promise from Microsoft and in these circumstances unilateral promises may be enforced against the party making such a promise. Because the CP states that the promise is irrevocable, it may not be withdrawn by Microsoft. The CP is, and will be, available to everyone now and in the future for the specifications to which it applies. As stated in the CP, the only time Microsoft can withdraw its promise against a specific person or company for a specific Covered Specification is if that person or company brings (or voluntarily participates in) a patent infringement lawsuit against Microsoft regarding Microsoft’s implementation of the same Covered Specification. This type of “suspension” clause is common industry practice.

    25. Re:Well ... by Anonymous Coward · · Score: 0

      There are doubts that the Microsoft Community Promise is actually binding.

    26. Re:Well ... by DaVince21 · · Score: 1

      Microsoft can withdraw approval for Mono at any time, if they wish.

      They made some sort of legal declaration (or however you call it) a few months ago that would make this illegal...

      --
      I am not devoid of humor.
    27. Re:Well ... by harlows_monkeys · · Score: 1

      You don't have to use any Microsoft-controlled parts of Mono to write Linux apps. You can stick to the ECMA parts and use GTK# for your GUI.

    28. Re:Well ... by h4rm0ny · · Score: 1


      That may be so. But I recall what happened with javascript where Microsoft had domination in the browser market and used that to bring in new, non-standard features which caused problems for Netscape. I still on occasion have to deal with their bloody .dat files on emails, believe it or not! Microsoft are in the same position with .NET that they were with browsers and with email. I simply don't trust them not to disregard standards and carry the application base along with them, leaving Linux hopping along behind with a buggy or incomplete implementation. Microsoft have de facto control over .NET and therefore Mono, and that simply seems a bad idea of Linux when there are better ways of developing cross-platform. This is my opinion, anyway.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
  6. Say goodbye to the Linux versions by Anonymous Coward · · Score: 0

    Last time I had an experience with M$ buying a company, it was RAV and the first thing they did was discontinue the Linux support.

  7. silly by jipn4 · · Score: 3, Insightful

    This is software for accessing repositories stored in Microsoft's "Microsoft Visual Studio Team Foundation Server " from Linux and Eclipse. I have never seen a usable Microsoft POSIX or Linux product; even if they don't deliberately sabotage it, they apparently don't have the expertise to produce such a thing. Teamprise may have some capable Linux developers now, but how long do you think those are going to stay?

    You're much better off throwing out Microsoft's crappy server software and replacing it with a nice, high quality open source solution. Not only do you get better version control and team software, you're also assured that the Linux and Eclipse clients will keep working.

    1. Re:silly by timmarhy · · Score: 1, Insightful

      so windows server 2003, sql serevr 2005 are crappy software? your education is lacking.

      --
      If you mod me down, I will become more powerful than you can imagine....
    2. Re:silly by Splab · · Score: 3, Insightful

      So is yours. While MS SQL 2003 and 2005 are some very nice products you should remember that they bought most of the SQL software from others (Ingres). The original MS SQL server sucked donkey balls and was retired some time back.

    3. Re:silly by batkiwi · · Score: 2, Interesting

      I've actually not found a better enterprise solution to team development than the newest version of TFS. Especially in corporate environments.

      Perforce still beats it as a pure source control manager, but that's FAR from free software, and the whole package isn't as nicely integrated as TFS.

    4. Re:silly by benjymouse · · Score: 2, Insightful

      I'm working with TFS on a daily basis and I am thoroughly impressed - with the possible exception for the code "merging" tools. I am curious, what "nice, high quality open source solution" would be an alternative? This is not a jab or anything, but using TFS was the first time I realized how much an integrated source control, team collaboration site, project management integrated solution makes sense.

      So, is there an open source integrated solution or combo which will meet the following requirements?

      • Integrated work items with specialized and extensible work item types for tasks, bugs, issues etc.
      • Configurable policies which e.g. demands (or not) a work item reference when checking out and/or checking in.
      • Work items, tasks, issues etc. editable through a web interface, but also right from inside the IDE.
      • Work items, tasks, issues etc. editable through Excel or some other spreadsheet (regrettably project managers favorite tool is *still* Excel - but having it integrated so the rest of us don't have to mock around inside columns and rows to update status is a big relief).
      • Source control without quirks when e.g. renaming files or removing files and adding files back with the same names (I've had bad experience with subversion)
      • Shelving - storage of not-completed changes on the server without checking in. We use it to share suggestions and if we cannot make the daily deadline on consistent checkins.
      • Configurable policy which can be set to reject commits/checkins if a build has not been completed locally and/or if too many tests fails and/or if test coverage is too low and/or if there are too many/certain warnings (e.g. security related).
      • Dashboard with project manager-friendly rollups and graphs with speed, test coverage, test completions, tasks, status etc.
      • Branching based on metadata - not on actual directory copying and separate repositories/directories on the server (goes to performance).
      --
      Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
    5. Re:silly by gbjbaanb · · Score: 1

      Collabnet's Teamforge might do most of what you're after there - but its not open source or free. Its cheap for the solution though, costs the same for 25 users as TFS does for 1.

      There isn't any open source equivalents though... unless you take a load of pieces that do parts of your requirements, eg subversion for version control, hudson for continuous integration, mantis for bug tracking, etc. All the pieces are out there, but you'll have to do the work integrating them yourself.

    6. Re:silly by argent · · Score: 1

      so windows server 2003, sql serevr 2005 are crappy software?

      Compared to anything but Windows Server 2008 (which I hate with a burning hate every time I try and open Telnet on a new server and go "oh, right, WTF, Microsoft, WTF...") and Microsoft's original SQL Server?

    7. Re:silly by carld · · Score: 2, Informative

      If I recall correctly that was Sybase, not Ingres.

    8. Re:silly by jipn4 · · Score: 2, Insightful

      There isn't any open source equivalents though... unless you take a load of pieces that do parts of your requirements, eg subversion for version control, hudson for continuous integration, mantis for bug tracking, etc. All the pieces are out there, but you'll have to do the work integrating them yourself.

      You don't have to do the work, you just install a Linux distribution that packages it all up. Or you get a turnkey "virtual appliance".

    9. Re:silly by jipn4 · · Score: 2, Insightful

      So, is there an open source integrated solution or combo which will meet the following requirements?

      Shelving, configurable policies, and branching based on metadata are standard parts of most major distributed version control systems. They're all integrated into Eclipse and other IDEs.

      Integrated work items, issue tracking, dashboard, unit testing, code coverage, continuous integration, are provided by several front-ends and additional tools. That's not a one-size-fits-all thing, since different languages, tools, team compositions, and team sizes are best served by different tools (the fact that TFS is a one-size-fits-all solution is a net minus). Many provide good web interfaces and IDE integration.

      I won't name specific ones, because there are so many, but since you mention Subversion--it is obsolete.

      Linux distributions let you mix and match those tools very easily: you just pick whatever components you need (version control, bug tracking, etc.). For common configurations, you can get virtual images or commercial hosting as well.

      TFS may be the best choice if you run a Windows-only, VisualStudio-only shop because it "knows" a lot about that environment. Once other platforms are involved, you're better off using a non-Microsoft team development server.

    10. Re:silly by jipn4 · · Score: 1

      and the whole package isn't as nicely integrated as TFS.

      Look, I didn't say that you should never use TFS. If you're running a Windows-only shop, knock yourself out and use TFS; like all Microsoft solutions, it's "nicely integrated".

      I'm saying that once you need something like Teamprise, you're probably better off just moving to a non-Windows team development server.

      (Keep in mind that TFS is really a me-too product, after both open source and other vendors had demonstrated the value of such systems.)

    11. Re:silly by Anonymous Coward · · Score: 0

      so windows server 2003, sql serevr 2005 are crappy software? your education is lacking.

      Starting sentences with small caps. Check.
      Spelling errors. Check.
      Complains about others lack of education. Check.
      Irony overload. Check.

    12. Re:silly by Anonymous Coward · · Score: 2, Funny

      What the hell are you using telnet for? SSH, man!

      Oh, you're using Windows as a server platform, that explains it...

    13. Re:silly by Locutus · · Score: 1

      correct and it wasn't bought outright. It was a dumb move by Sybase to partner with Microsoft on a 5 year deal which resulted in Microsoft owning some version of Sybase SQL's source code. The rest is history.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    14. Re:silly by sim82 · · Score: 1

      so windows server 2003, sql serevr 2005 are crappy software?

      yes

    15. Re:silly by gbjbaanb · · Score: 1

      Integrating,. not installing

      Getting Mantis installed and configured is easy. No problems there. Getting it so your bug number gets linked to a revision number when you commit some source files to subversion is another matter. Its not that difficult, but the end-to-end configuration is still something someone has to do.

      This is why we have the 'packaged' systems that do all that work for you, unfortunately, no-ones put a load of them together in this way in a F/OSS project.

    16. Re:silly by Anonymous Coward · · Score: 0

      so windows server 2003, sql serevr 2005 are crappy software?

      Yeah, sorry to break your Microsoft bubble, but it is.

      your education is lacking.

      Looks to me like your education is lacking. What basis for comparison do you actually have?

    17. Re:silly by Splab · · Score: 1

      Oh, always thought it was Ingres, live and learn.

    18. Re:silly by hansamurai · · Score: 1

      If TFS is honestly the best enterprise solution out there, then we're all doomed. I can't stand it and everyday I hear muttered (or yelled) around the office, "TFS sucks!"

    19. Re:silly by plague3106 · · Score: 1

      Some years ago is quite a while now, and MS has been mucking with it since, adding a bunch of new features... and the product continues to improve. I don't think your argument stands up.

    20. Re:silly by wumpus188 · · Score: 1

      You forgot

      • Required Attendee 1
      • ...
      • Required Attendee 8

      Very useful. Especially in corporate environments.

    21. Re:silly by WuphonsReach · · Score: 1

      PostgreSQL evolved from the Ingres project at Univ of CA (UC Berekely). As did Ingres, which is once again a separate company called Ingres Corp.

      --
      Wolde you bothe eate your cake, and have your cake?
    22. Re:silly by argent · · Score: 1

      I'm using telnet to connect to switches and routers and the like.

    23. Re:silly by jzhos · · Score: 1

      This is silly. The fact is the other way around. MS bought the code from sybase to start with, which sucked.
      They did a total rewrote during 7.0 and keep improving it after that. a simple search by google/bing would give you the wikipedia link right a way:
      http://en.wikipedia.org/wiki/MS_SQL

    24. Re:silly by RightSaidFred99 · · Score: 1

      This meaningless, baseless bit of drivel is "Insightful"? It literally has no objective content of any kind.

      I love the Dallas Cowboys!

      Oooh, that's insightful!

    25. Re:silly by Anonymous Coward · · Score: 0

      Yes, TFS is very nice with integration and you get a complete solution without having to configure lots of different pieces. However, after several years with TFS (including time spent with the latest version,) my conclusion is that each part of the TFS puzzle fairs poorly in comparison to popular alternatives.

      I'll choose Subversion (with VisualSVN and Tortoise) over TFS source control for better shell integration (compared to TFPT) and for a much, much better merge tool.

      I'll choose JIRA with Fisheye over TFS project management for a superior web interface and out-of-the-box configuration. JIRA doesn't hit you over the head with ALM methodologies you may not want or need, and configuring TFS to fit your particular work style is an involved process. With Fisheye, everything you would want to know about your code is easily accessible. TFS may provide the same information, but you have to go digging for it.

      Lastly, I'll choose TeamCity or Hudson over TFS Build because they work.

      Sure, you have to do some work to approximate the integration TFS gives you out of the box. But I'll submit that the only integration that really matters at the end of the day is linking check-ins to work items, and a quick commit hook into SVN can easily ensure that nothing's checked in without a link to a JIRA issue.

    26. Re:silly by BlindSpot · · Score: 1

      At my old job we started using CruiseControl.NET + svn (using TortoiseSVN on Windows) 5 years ago - back when the first version of TFS couldn't even get basic checkins right - and it was fabulous. Way ahead of its time. Now my current job uses TFS and granted it's pretty good (but don't touch any version before 2008 Server!), however you can still do just mostly the same thing with CC+svn for something like $1500/dev less. The reduced setup work and learning curve and VS integration is why companies like TFS, but if cost is your biggest concern then there are certainly other options.

    27. Re:silly by Anonymous Coward · · Score: 0

      Yeah, sorry to break your Microsoft bubble, but it is.

      Hardly. Any competent IT admin who knows what he is doing and has worked extensively with 2003 server knows that it is a really decent server. You may prefer Linux or something else but saying that 2003 server is crappy is just going to get a bunch of people to roll their eyes and tune out anything else you have to say.

      Looks to me like your education is lacking. What basis for comparison do you actually have?

      Working with all major Microsoft server OSs since NT 3.51. Working with AIX, Solaris and HP-UX. Also dealing with Netware way back when and using Linux extensively right now. I think that I have enough OS experience to know what sucks and what doesn't.

    28. Re:silly by Ralish · · Score: 1

      The lack of the tiny telnet client binary in the default install is admittedly infuriating, not to mention that it takes forever to install through optional components, which I can't figure out.

      Suggested solution: Just use PuTTY. It's small, free, and supports Telnet and various other protocols fine, despite the fact I suspect nearly everyone uses it purely for SSH.

    29. Re:silly by Anonymous Coward · · Score: 0

      Who gives a flying fuck where it came from? It's now Microsoft server software that doesn't suck.

    30. Re:silly by argent · · Score: 1

      It's not the effort of installing it so much as the fact that I'm not the guy setting up the boxes, I'm usually called in for a one-off poke-around and after I'm done I'll never see it again... and there's no good reason for Microsoft to pull the telnet *client* out except sheer bloodyminded NIH.

    31. Re:silly by Anonymous Coward · · Score: 0

      SQL Server from version 7 was made from the ground only T-SQL and the interfaces remained the same.

    32. Re:silly by Anonymous Coward · · Score: 0

      If I recall correctly that was Sybase, not Ingres.

      ...and if I recall correctly, there was no MS SQL 2003, just 7, 2000, 2005 and 2008.

    33. Re:silly by DaVince21 · · Score: 1

      There is no software that wraps all of it around one nice, understandable UI though. Some (especially less technical) project members don't want to dawdle in the terminal when they don't have to.

      --
      I am not devoid of humor.
    34. Re:silly by dossen · · Score: 1

      Since I haven't tried a CC+SVN setup, I would genuinely like to know, which features of TFS itcan actually replace? As far as I can tell, CruiseControl is for continuous integration, so I expect that it is comparable to the build features of TFS. SVN obviously delivers source control. But does CC+SVN deliver anything as far as issue/bug-tracking, planing and reporting on work done/outstanding etc? Because I think this is actually the more important part of TFS. The way checkins are actually linked to bugs/backlog items/requirements or whatever work items you choose to track adds a lot of value in making it easier to understand why the code looks the way it does.

  8. The only reason they're going cross-platform by Hillview · · Score: 1

    The only reason they're going cross-platform is that the tools are written in Java, which is already cross-platform.

    --
    -Troll, Flamebait, and Offtopic are NOT equivalent to disagreement.
    1. Re:The only reason they're going cross-platform by lamapper · · Score: 1

      The only reason they're going cross-platform is that the tools are written in Java, which is already cross-platform.

      Perhaps this is true, though I have never been a big fan of Java anyway. Seems silly to load Java libraries, files and stuff, just to install a non-Java dependent application. Silly really and a bit irritating.

      As I started coding PHP Model - View - Controllers (MVCs) it seems that the model itself is less efficient than PHP code + HTTP, but I have to do some testing before I can be sure. Seems that the MVC unnecessarily recreates features built into HTTP and PHP. My guess is that tests will show a PHP MVC to be less efficient than PHP + HTTP, but that is just a hypothesis at this point. I wonder if performance will take enough of a hit that result in the server running the MVC to be able to host fewer connections, pages, etc...

      As for cross-platform, in my experience only if you develop in Linux are your cross platfrom compatible with other operating systems. Since Microsoft does so many "unique" things in a non standards compliant way (leave you to discuss why as I already have an opinion based on experience in the industry) if you develop on a Microsoft platform you almost invariably create something that is incompatible with other operating systems.

      Very one sided. Thus experience teaches you, avoid a Microsoft development environment if you want to port your application to any other operating system environment. If you only cater to Microsoft Operating systems this does not apply.

      --
      Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
    2. Re:The only reason they're going cross-platform by Anonymous Coward · · Score: 2, Interesting

      Honestly if you believe that you haven't spent enough time on non-linux *nixes.

      I spent a bout a few years back on freebsd/openbsd. Without linux compatibility libraries there are a *TON* of open source applications that will not compile against *bsd without patching due to linuxisms used in their source. I don't have any specific citations to speak of, but it shouldn't take much work to google around and see just how many hassles there are. And that is BEFORE including 'obsolete' linux kernel versions, 2.4, 2.2, 2.0, some of which are the best version for the hardware you're running (90 percent of consumer electronics running linux seem to be stuck on patched 2.4 kernels and uclibc, trying compiling most linux apps against either of those!)

      My point being: For all the gripes about Windows incompatibility, the average linux developer is just as oblivious to x-platform compatibility, and often more likely to be compatible with Windows than other *nixes.

      Just my 2 cents.

    3. Re:The only reason they're going cross-platform by Anonymous Coward · · Score: 0

      As I started coding PHP Model - View - Controllers (MVCs) it seems that the model itself is less efficient than PHP code + HTTP, but I have to do some testing before I can be sure. Seems that the MVC unnecessarily recreates features built into HTTP and PHP. My guess is that tests will show a PHP MVC to be less efficient than PHP + HTTP, but that is just a hypothesis at this point. I wonder if performance will take enough of a hit that result in the server running the MVC to be able to host fewer connections, pages, etc...

      Fucking PHP users. MVC isn't about being "efficient" on the server, it's about being more efficient for the programmer. If the first is your goal, you should STFU and go write HTTP servers using raw sockets and assembler. It'd probably be more readable and maintainable then the dreck that PHP programmers typically produce...

    4. Re:The only reason they're going cross-platform by lamapper · · Score: 1

      Fucking PHP users. MVC isn't about ...you should STFU and go write HTTP servers ...

      I do not blame you for being anonymous, as you admit that you are a coward.

      As I have coded and reviewed pretty pathetic Assembler, C, Cobol, Fortran, PL/C, PL/I, SQL (DB2, MS Sequel Server, Oracle, MySQL, dBaseIII+, Database Manager), Pascal (IBM and Turbo), many others, and a variety of scripting languages. So what's your point...

      If a PHP programmer wanted to rewrite HTTP, I would also call that not very smart.

      Its not PHP's fault that your precious Java like MVC method is NOT efficient. As for being efficient for the programmer, that so depends on the programmer, of course you know that already or act like you do. So perhaps you should STFU...your words, now mine back at you!

      --
      Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  9. Re:Logic by WarJolt · · Score: 3, Insightful

    Microsoft doesn't need to control open source. Microsoft just needs to put it in a pretty box that someone is willing to pay for.

  10. Believe it when I see it...restart my 7 year clock by lamapper · · Score: 5, Insightful
    To date, Microsoft has only hampered open source, open data formats, Linux, Unix and FOSS at every step of the way. So I do not believe it, can not believe it, will not believe it (words ~ FUD) until I see a 7 year positive track record with respects to anything non-Microsoft.

    When they have shown by their actions, over seven years, that they have changed, than and only than will I consider purchasing Microsoft products again.

    For each violation, I reset my 7 year clock from that day. Just reset it this week.

    Basing my purchase decisions on their actions ONLY and not their marketing FUD, is the only way I can be sure not to ever be vendor locked-in ever again. So much time and money has been wasted by me, my friends, my family and other IT professionals over the last 20+ years...wasteful and unnecessary.

    I will believe it when I see it. To date it has always been FUD!

    --
    Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  11. Re:Logic by Anonymous Coward · · Score: 3, Insightful

    Much like Apple did. This isn't a poor attempt at a troll -- if Microsoft want a hold on open-source software they could do worse than follow the kind of approach Apple took. Leave many of the guts the same, but pay professionals to fully sculpt the UI that the open-source programmer is less likely to be interested in designing. This wouldn't necessarily have to be an operating system (why would Microsoft want an open-source OS to compete with Windows? As a replacement, perhaps, but given the money they make from Windows I'd doubt they'll concede defeat in selling operating systems easily) but any software at all. I'm sure most people here are well aware that presentation and useability are two of open-source software's failings. Too many people say "But I don't care how it looks. If it works, what more do I want?" and forget that this isn't how the vast bulk of people think...

  12. Announced on ... Friday 13th by G3ckoG33k · · Score: 2, Funny

    That is announced on ... Friday 13th. Halloween is over, so could it be they needed another telling day?

  13. Microsoft have done this before... by CuteSteveJobs · · Score: 5, Interesting

    > but the fact that Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix."

    Are you sure? You may find Microsoft do the same thing here and just strip the Linux functionality out. When Microsoft took over Connectix and their excellent Virtual PC Software and proceeded to strip Linux functionality (that was already there) out of the product. On the Connectix version there was a Linux utility that handled control back to Windows when the CPU was idle. On the Microsoft version they took that out, so the CPU always ran at 100%. It made Virtual PC useless for Linux.

    1. Re:Microsoft have done this before... by Anonymous Coward · · Score: 0

      Yep - but they will support it until everyone has developed an addiction first . . . a variant of embrace and extend . . . embrace and extinguish.

    2. Re:Microsoft have done this before... by NeoStrider_BZK · · Score: 0

      Lets not forget XENIX. In early 90s, MS sold XENIX - its own brand of UNIX (they obviously bought from someone else and ported to x86).
      They're probably thinking: "If those open source companies can make shell out at free products, so can I"...

    3. Re:Microsoft have done this before... by FunPika · · Score: 1

      Good luck to them with that, considering that Teamprise is written in Java I believe. So I guess to strip Linux support they somehow need to change it so it CAN'T run on any operating system with a JRE, or port the code to .NET or something.

      --
      After years of not using a signature, I am going to make one to say the following: Fuck Beta
    4. Re:Microsoft have done this before... by Locutus · · Score: 2, Interesting

      this reminds me of when Netscape had 80% market share and it was shown that Microsofts IIS server would process MS Internet Explorer browser requests faster than Netscape Navigator requests. There was something about the IIS server running noop loops.

      They don't get the "Evil Empire" label for no good reason. IMO.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    5. Re:Microsoft have done this before... by Locutus · · Score: 1

      written in Java? That's not going to last very long at Microsoft and it'll be ported to .NET. The early ports might work on the .NET step-child called Mono but that'll last only long enough for Microsoft to get all the customers on the .NET version and then the cross platform stuff starts failing. At Microsoft, it is all about running on Windows and if it runs on something else, then it reduces profits from Windows and must be terminated. IMO

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    6. Re:Microsoft have done this before... by Locutus · · Score: 2, Informative

      IIRC, XENIX was in the 80s and UNIX and mainframe OS's were what businesses used. Small businesses used UNIX based PCs because DOS was not even in the same ball park as UNIX as far as an OS is concerned. It wasn't until the late 80s and early 90s that Microsoft gold plated their monopoly on the desktop OS market so Xenix was hedging their bet.

      I hadn't heard that they ported it to x86 only that it was x86 based.

      Once Microsoft had their monopoly and knew it, they've used it to protect their position. They do not hedge their bets and instead, they outright purchase companies and products and eliminate the cross platform nature of that product or they terminate the product. There's nothing in Microsoft's long history which shows that this will be any different. Like other things, it'll just take a few years for them to destroy the *nix customer base and products so that the Windows-only product is the only option left. It is how they do business.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    7. Re:Microsoft have done this before... by drinkypoo · · Score: 1

      On the Connectix version there was a Linux utility that handled control back to Windows when the CPU was idle. On the Microsoft version they took that out, so the CPU always ran at 100%.

      Ironically, if you use VMware instead of Virtual PC, you don't have this problem. It's almost like Microsoft doesn't want you using their software.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    8. Re:Microsoft have done this before... by robmv · · Score: 1

      They do not need to migrate, just hardcode C:\ or use \ as file separators instead of the java.io.File.separator constant

    9. Re:Microsoft have done this before... by bsDaemon · · Score: 2, Insightful

      Microsoft drops the price on Windows every chance they get for OEMs and large purchasers, even sometimes down to free. I don't think they're worried about cross-platform applications reducing the Windows profits so much as a platform they don't control, and thus can make faster/better software than everyone else reducing their profits on other fronts.

      I bet more people are running Office 2007 on Windows XP than are running Vista these days. Just sayin'.

    10. Re:Microsoft have done this before... by shutdown+-p+now · · Score: 1

      Are you sure? You may find Microsoft do the same thing here and just strip the Linux functionality out.

      Teamprise has long been cooperating with Microsoft on this project, so this acquisition is just the continuation of that. It's not going to change much, except that it will now come as an "official Microsoft product", which is mostly to placate manager types making buying decisions.

      MS originally supported this project when it was started, because, in this day and age, "one true platform" is no longer enough. There are enough customers that absolutely need their repositories accessible from OS X or Linux desktops. And Microsoft still wants to sell TFS (which isn't cheap by any margin, by the way) to those people.

      It's the same reason why F# supports Mono, or why you see tutorials on how to set up PHP on IIS on TechNet. Competition doesn't mean that you cannot integrate your technologies with products of your competitors - even when said products also compete with yours - so long as there are paying customers who demand such integration.

  14. Re:Logic by wisty · · Score: 4, Insightful

    Microsoft has a policy to not use open source, because they can't guarantee it's pedigree. If a malicious person puts stolen code into an OSS project (or more realistically, if a programmer uses company resources to develop the code, without permission from the company; or somebody pastes GPL code into a BSD project) then people who rely on the code might be vulnerable to lawsuits. http://weblogs.asp.net/jgalloway/archive/2007/05/02/why-microsoft-can-t-ship-open-source-code.aspx

    At least, that's their excuse.

    If open source was such a dangerous thing to touch, then I think Google, IBM and Apple would have been hit already.

  15. Would you buy? by Anne+Thwacks · · Score: 5, Funny
    The question to anyone considering buying a Unix from MS is

    Would you buy a used horse from a convicted horse-rapist?

    --
    Sent from my ASR33 using ASCII
    1. Re:Would you buy? by s1lverl0rd · · Score: 1

      I don't understand you. Try a car analogy.

    2. Re:Would you buy? by Zoshnell · · Score: 4, Funny

      Would you buy a used car from a used car rapist?

      --
      "Do you suppose that's why God lives in the Heavens? Because he lives in fear of His creations?" - Steve Buscemi
    3. Re:Would you buy? by rishistar · · Score: 3, Funny

      The question to anyone considering buying a Unix from MS is

      Would you buy a used horse from a convicted horse-rapist?

      Well, better than buying an *unused horse* from a horse rapist. That would be a sign that something is seriously wrong with it.

      --
      Professor Karmadillo Songs of Science
    4. Re:Would you buy? by selven · · Score: 1

      Ouch... how do you even do that? The exhaust pipe?

    5. Re:Would you buy? by Anonymous Coward · · Score: 0

      me@analogymachine:~$ ./horse_to_car_analogy.sh

      Executing s/horse/car/g... [ OK ]

      Analogy produced: "Would you buy a used car from a convicted car-rapist?"
      me@analogymachine:~$

      Thank god I have created a script for the people like you...

    6. Re:Would you buy? by Anonymous Coward · · Score: 0

      I'm sure I've seen a picture of that somewhere.

    7. Re:Would you buy? by Anonymous Coward · · Score: 0

      The question to anyone considering buying a Unix from MS is

      You're too late - for the best part of a decade the most popular commercial Unix was Xenix, made by wait for it, Microsoft.

    8. Re:Would you buy? by Alex+Belits · · Score: 1

      Oh come on, "somewhere". If such picture exists, it was on /b/.

      --
      Contrary to the popular belief, there indeed is no God.
    9. Re:Would you buy? by bytta · · Score: 1

      Ouch... how do you even do that? The exhaust pipe?

      Rule 34: If it exists, there is porn of it. No exceptions.

    10. Re:Would you buy? by Anonymous Coward · · Score: 0

      Such pictures do exist and you don't have to go to 4chan to find them. I'd add "thank fuck" to show my dislike of 4chan, but that would imply that I frequently like to hunt for pictures of people fucking exhaust pipes, so I won't.

    11. Re:Would you buy? by Anne+Thwacks · · Score: 1
      I wrote device drivers for Xenix, so its not like I don't know. However, I had no choice.

      When I did have a choice, I ran BSD on a PDP11/60. (I now run BSD on Sparc64).

      The guy who said the unused horse was an even more suspicious offer was right!

      --
      Sent from my ASR33 using ASCII
    12. Re:Would you buy? by Anonymous Coward · · Score: 0

      Well, that depends on whether or not you like sloppy seconds.

    13. Re:Would you buy? by mcgrew · · Score: 1

      Better than buying an unused beta horse from a horse rapist!

    14. Re:Would you buy? by Anonymous Coward · · Score: 0

      You'll be disappointed to know it's way more common and older than that.

    15. Re:Would you buy? by Anonymous Coward · · Score: 0

      Well, better than buying an *unused car* from a car rapist. That would be a sign that something is seriously wrong with it.

    16. Re:Would you buy? by Anonymous Coward · · Score: 0

      It was, for a while, the first hit on google image search (unfiltered) for some common word.

  16. Re:Logic by Anonymous Coward · · Score: 3, Interesting

    Wrong reasoning for IBM and Google.
    Some time ago (don't know if it is still this way) IBM was divided basically in two separate blocks, one working on OSS and the other on proprietary closed source software with the veto of the two sharing any piece of code for fear of accidenta infringement.

    Google, instead, offers basically no proprietary, closed source software. The software is either on their server (and thus allowed to contain GPL code and still be kept private because it is not distributed) or OOS (Chrome). Possible exception: Picasa, I have to check :)

  17. Re:Believe it when I see it...restart my 7 year cl by selven · · Score: 1

    I'm not sure that even Google can pass that requirement.

  18. Re:Believe it when I see it...restart my 7 year cl by Anonymous Coward · · Score: 0

    No one...NO ONE...cares about your righteous anger. Stew in your hole.

    No, I don't care.

    Regards,
    No one

  19. Trust by Anonymous Coward · · Score: 1, Insightful

    The thing is, you have to have trust in version control to be prepared to use it. You are putting your business in its hands, so it had better not break or introduce errors on purpose. Trust depends upon your reputation. Reputation matters.

    Would you put your trust in the safety of your product in the hands of a company to whom the continued life of your product represented part of a competitive threat to their platform?

  20. Re:Logic by the_womble · · Score: 3, Insightful

    Surely any code could have code copied in breach of copyright in it?

  21. 5 Microsoft versions of Linux by Huntr · · Score: 4, Funny

    Lemme guess: Home, Ultimate, Pro, Pro-er, and Supercalifragilisticexpialidocious

    1. Re:5 Microsoft versions of Linux by macbuzz01 · · Score: 1

      Supercalifragilisticexpialidocious wouldn't work as a version name, b/c it's more than 8 characters. Somewhere it would be chopped to Supercal, which coincidentally is also the name of the only CAL you can by for Server 2013.

    2. Re:5 Microsoft versions of Linux by SenFo · · Score: 1

      You're a funny troll, and I'm going to feed you. Do you like Cheetos?

  22. Re:Believe it when I see it...restart my 7 year cl by sFurbo · · Score: 2, Interesting

    The algorithm is slightly more sophisticated:
    Every company starts with a 6 months grace period, where we will not by their product. Every time they do something unintentionally evil, the grace period starts over. Every time they do something intentionally evil, the grace period is multiplied by 1.4 and starts over.

    This worked fine until 1997, when MS' grace period became longer then the remaining lifespan of the universe, sparking suspicion that they planned to use a buffer overflow to reset their grace period. It was thus decided to limit the grace period to 7 years, to avoid possible bugs in the algorithm. Of course, MS' conduct after the revision have dismissed the theory, but the 7 year grace period remains.
    The 7 year period have also made it possible to purchase IBM goods again, after their grace period had over 9000 since the early 80's.

  23. from Linus' viewpoint... by someone1234 · · Score: 2, Insightful

    ...it is irrelevant.
    Stallman might not like it, though.
    But we are talking about Linus now.

    --
    Patents Drive Free Software as Hurricanes Drive Construction Industry
  24. Re:Logic by V!NCENT · · Score: 4, Interesting

    Microsoft has the manpower and the money to deliver. Their problem is backwards compatibility cruft and hardware support if they would start over.

    Given the fact that Linux already poses a thread to Windows, it would not hurt for Microsoft do develop and releasy a Unix(y), free software OS alongside of Windows. Why?

    A) To prove that they can actually make a good OS. Press and restecpa right there.
    B) They can offer a stable and advanced OS to people/companies that do not care about legacy compatibility.
    C) They can always port over a closed source version of Office and make it compatible with exchange and whatnot (and release that code under a free software license that is like the GPL, but isn't so that Linux projects can't take over that very code
    D) Keep marketshare. If people don't want to use Windows anyway; they can use their other OS.

    Everybody would probably be happy.

    --
    Here be signatures
  25. Integrated Systems - no suggestion, just comments by QuestorTapes · · Score: 2, Insightful

    Quick disclaimer: I don't use TFS, and don't care for integrated solutions - not just MS, but any of them.

    > ...using TFS was the first time I realized how much an integrated source control, team collaboration
    > site, project management integrated solution makes sense.

    In some scenarios. I know any number of companies where the MS integrated solution you use would fail utterly to be useful, because the people would not use the tools properly. Not just developers, but project managers, users, etc.

    The *nix/open source advocates generally don't favor all-in-one packaged systems. The vast majority of the time, the system has specific, glaring deficiencies, While it often works well for a specific group, it fails to support others adequately.

    This condemnation has been levied against Eclipse regularly, and from personal experience, I can tell you that the Visual Studio IDE alone, while it is absolutely adored by many, is in many ways a useless tinkertoy for others. MS (and other all-in-one solution providers) don't provide the perfect experience. They target a specific group, and often their "solutions" actively undercut the work of others. Some specifics:

    > * Integrated work items with specialized and extensible work item types for tasks, bugs, issues etc.

    Working with a system now at one assignment that is remarkably poor. It works beautifully...for on-call help desk support. It actively -impedes- tracking of bugs and tasks for development. I actually use a full external tool and update the approved system at the end. This is awfully inefficient: only 10 times more productive than trying to use the approved tool.

    > * Work items, tasks, issues etc. editable through a web interface, but also right from inside the IDE.

    That's handy - if everyone uses it. Where I'm on assignment, no one can be bothered to update information. I track things in my a web-enabled system, as I said. Several times a week, someone asks me to print out information in that system. It's become the system of record for a lot of this information, and anyone can use it; but I'm the only one who does. Everyone else's data is in little silos.

    > * Work items, tasks, issues etc. editable through Excel or some other spreadsheet (regrettably project
    > managers favorite tool is *still* Excel - but having it integrated so the rest of us don't have to
    > mock around inside columns and rows to update status is a big relief).

    Again, handy -- if anyone uses it. Not so handy when people actively break it by mucking around with the Excel sheets.

    Just kill Excel use.

    > * Source control without quirks when e.g. renaming files or removing files and adding files back with the
    > same names (I've had bad experience with subversion)

    Others have complained about similar issues, but they aren't universal. Chances are you're not managing the files properly in subversion. But subversion isn't the be-all and the end-all of open source revision control. It was never intended to be, just a better CVS.

    Git is very nice, and there are -many- others to look at. Check Wikipedia.

    > * Shelving - storage of not-completed changes on the server without checking in. We use it to share
    > suggestions and if we cannot make the daily deadline on consistent check-ins.

    Never used it. Frankly sounds like a hack; why not use a branch?

    > * Configurable policy which can be set to reject commits/check-ins if a build has not been completed
    > locally and/or if too many tests fails and/or if test coverage is too low and/or if there are too
    > many/certain warnings (e.g. security related).

    > * Dashboard with project manager-friendly roll-ups and graphs with speed, test coverage, test
    > completions, tasks, status etc.

    Tons of options and tools. Again, not an "integrated" one I can recommend, as I don't care for integrated.

    > * Branching based on metadata - not on actual directory copying and separat

  26. How is this a troll? (s/b +5 Funny) by tjstork · · Score: 1

    Seriously, how is the idea of Microsoft editions of Linux a troll. I'd say this should be +5 Funny.

    --
    This is my sig.
  27. Re:Believe it when I see it...restart my 7 year cl by Locutus · · Score: 1

    darn right and just look at their purchase of Danger and what they did there. They tried to change the technology from what was working to Windows and when that failed, they gutted the division of many of it's developers to work on another project, Pink, which would replace the Danger products. They have always, and continue, to make sure Windows is job #1, #2, #3 etc because their profits have always been based on Windows no matter the market share of any other product.

    The only thing interesting here is how they'll kill this and if their customers are resistant enough to oppose the Windowsization of the productline.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  28. Supports missing parts of MSFT tool suite by ksni · · Score: 0

    Teamprise does enable (much richer) intergration with Team Foundation Server from tools such a Borlands requirements management solution CaliberRM. This isnt explicitly about cross platform support, surely its about bolstering the TFS proposition and its very much MSFT recognising that they do not have a complete tool solution for Enterprise solution development. So from a Windows / .net development shops standpoint, Teamprise can be seen as an enabler to getting the best out of tools that are currently missing from the MS toolkit.

  29. Is this really even newsworthy at all? by petrus4 · · Score: 0, Troll

    Microsoft realise (or at least make it look like they do) that working with Linux, rather than against it, is better for business. Film at 11.

    If you have a brain, you're already using Emacs as an IDE. Yes, I know that statement will get refuted by the GUI hordes; the same enlightened thinkers who actually believe that C++ and XML are Good Things, and who are afflicted with that logical fallacy known as an appeal to modernity ("that crap is so 1970s!") where UNIX in general is concerned. That's why I said, "If you have a brain."

    As for version control, I'm not sure, (my CVS on Sourceforge is good enough for me when I have need of such) but from what little I've read, it seems that SVN is what the cool kids are using these days.

    1. Re:Is this really even newsworthy at all? by plague3106 · · Score: 1

      So how's that project coming? Oh, been working on it for 10 years and still not done?

      I think the green glow from your monitor has warped your mind..

  30. Re:Logic by digitig · · Score: 1

    Microsoft doesn't need to control open source. Microsoft just needs to put it in a pretty box that someone is willing to pay for.

    With a couple of proprietary additions (additions, not changes which would be subject to the GPL) so that it's incompatible with other versions.

    --
    Quidnam Latine loqui modo coepi?
  31. Re:Believe it when I see it...restart my 7 year cl by impaledsunset · · Score: 1

    While trusting Microsoft on several seemingly "non-evil" moves would be foolish, "resetting your clock" for everything you consider a "violation" isn't less foolish. See, even if Microsoft ever becomes FLOSS-friendly they won't just say "Hey, let's not hamper this FLOSS project, we're FLOSS-friendly company!" if they see benefit in doing it.

    I'm sure that everybody (myself included) would consider Google FLOSS-friendly, and I'm certain they did enough "clock-reset"-worthy "violations".

    Both kinds of attitudes are extreme.

    Just look at their recent track record and consider how much you can trust them. And that's never "fully", nor "not at all". Currently they are much worse then many other players, but are slightly better than what they used to be (mostly because they can do less to hurt FLOSS right now, and they have no choice but to play a little more friendly).

    Also, this story doesn't show that Microsoft are becoming trustworthy for FLOSS folks, you are the first post here mentioning such possibility. It shows that FLOSS is doing well, and won a small victory here.

  32. 3 E's by Slash.Poop · · Score: 1

    Embrace, Extend, Enhance

  33. Re:Logic by petermgreen · · Score: 1

    There is always some risk of infringing code getting into your products through the actions of either your employers or third parties who provide the code to you (and there are very few companies who don't use code licensed from third parties). OSS has the downsides though that it may be harder to find who to pin the blame on and that by making your code public you increase the risk of someone finding the infringement and suing you over it.

    Still I think the post you linked is overblowing the risk. As you say a number of companies with pretty deep pockets ship OSS and even MS was (and maybe still is) shipping some BSD code in the TCP/IP stuff.

    P.S. The post you linked doesn't seem to be actual comment from MS just comment from someone who claims he wrote the post after speaking to "someone who is in a position to really understand both Microsoft and open source" whatever that is supposed to mean.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  34. Re:Logic by Anonymous Coward · · Score: 0

    Yes, but if it is closed source, it is much harder to find.

  35. Re:Believe it when I see it...restart my 7 year cl by Anonymous Coward · · Score: 0

    While certainly they spread FUD, I'd say most of their marketing is hype. Personally, I don't go for either the FUD or the hype. Is their hype OK with you, or is it just that it doesn't bother you as much as the FUD?

  36. Teamprise is not bad, TFS sucks by hansamurai · · Score: 1

    It's one of those products I have to use every day as TFS is our repository (yeah, I wonder too how much our architects got paid off to choose them). TFS has been a disaster since day one, but we're now entering our third year of using it, so there's no going back at this point in the eyes of many (heck, our previous source control was VSS!).

    Teamprise is not bad, I'm a fan of the Eclipse platform and so it's nice to use something I'm already familiar with, even if the backend blows.

    I've been collecting tons of TFS downtime emails over the last year, keeping them as ammo for some kind of change in the future, or a really hilarious Daily WTF.

  37. Re:Believe it when I see it...restart my 7 year cl by LifesABeach · · Score: 1

    You do not stand alone. In 1993, one could call Microsoft and ask for help; today, get out your credit card. I remember a day when m$ was a part of the micro computer industry; now m$ is its apex predator. 20 years ago, when I spoke these words, I was talking about IBM/UNISYS/Teradata, m$ is now what these companies were. I have shown my family, friends, colleagues, and supervisors that one does not need gates, when one doesn't need windows; and as times get harder, these people listen more.

  38. Re:Logic by jmorkel · · Score: 1

    Sure. It's just more easily found out in open source.

  39. Re:Logic by Anonymous Coward · · Score: 0

    Thus only copyright-breaching criminals use closed source..

  40. Re:Logic by Anonymous Coward · · Score: 0

    and in a leap of logic: all closed source is stolen code.

  41. Re:Logic by realityimpaired · · Score: 1

    Microsoft doesn't need to control open source. Microsoft just needs to put it in a pretty box that someone is willing to pay for.

    More to the point, Microsoft is certainly going to keep this product as a Linux/Unix solution, just like Hotmail is still running Linux....

  42. Re:Believe it when I see it...restart my 7 year cl by Anonymous Coward · · Score: 0

    Basing my purchase decisions on their actions ONLY and not their marketing FUD, is the only way I can be sure not to ever be vendor locked-in ever again.

    So, what you're really saying is that just that you're content making terrible business decisions and, as such should never be put in charge of IT.

    Good luck achieving success in The Real World[TM].

  43. Re:Logic by Anonymous Coward · · Score: 0

    Aren't some parts of Services for Unix from OpenBSD?

  44. Re:Believe it when I see it...restart my 7 year cl by Anonymous Coward · · Score: 0

    I can be sure not to ever be vendor locked-in ever again

    God, you really are pathetic. 7 year clock? Get a life, or a better excuse. You want to know what FUD is? It's this "vendor lock-in" bullshit. You aren't locked into anything. I've used Microsoft products along with Apple, Commodore, and many more I've forgotten. I've never lost any data or been forced to purchase software in order to use my data. Hardware? Yes. But software? No, you have no excuse except your own laziness, stupidity, or bigotry. No one believes your garbage except the people who have the same problems you do, and that's pretty sad.

  45. Do you really want to go there? by westlake · · Score: 1

    Lemme guess: Home, Ultimate, Pro, Pro-er, and Supercalifragilisticexpialidocious

    There are - let us say - 200 or so Linux distributions.

    "You can't tell the players without a program." List of Linux distributions

    1. Re:Do you really want to go there? by supersloshy · · Score: 1

      >

      There are - let us say - 200 or so Linux distributions.

      Yes, but they're all unlimited. Well, at least the majority of them. If I install Ubuntu Server edition, there's nothing stopping me from converting to Ubuntu Desktop (just install ubuntu-desktop). Each edition of Window$ is Defective By Design and limits your ability to do anything they don't feel you have the right to do. Every Linux distribution is just the Linux kernel with some GNU programs and maybe a few themes/extras. On Window$, if I buy Home, I cannot, repeat cannot use features in Business/Ultimate/Enterprise edition. This is why I use Linux, because I'm free to do as I please with no restrictions.

      You know, I think it's technically possible to switch an Ubuntu desktop over to OpenSUSE somehow without re-installing... Can't do that on Windows, can you?

      --
      "Our country is not nearly so overrun with the bigoted as it is overrun with the broadminded." -Archbishop Fulton Sheen
  46. IEaaaggghhh v.defeatdeadagain for linus? by Anonymous Coward · · Score: 0

    after everything fuddles said about the penguins being ill bred, dysfunctional commies etc....

    as the wwworm turns?

  47. Unix BSOD by Stregano · · Score: 0

    Nice, so now m$ is going to figure out ways to make Unix BSOD as well (or the Unix equivalent to that).

    --
    The world is how you make it
  48. Used car... by phorm · · Score: 1

    I remember something along these lines where I used to work. One of my co-workers was looking for a car and found one that was going quite cheap for the specs. Essentially it had almost no km's, was in immaculate mechanical condition, and had no body damage.

    The key to the low price was in the disclaimer near the bottom, which was something like:

    Was used in the adult production "in da butt", so interior cleaning may be recommended

  49. Re:Logic by True+Grit · · Score: 1

    would not hurt for Microsoft do develop and releasy a Unix(y), free software OS alongside of Windows. ... Everybody would probably be happy.

    Except MS's shareholders...

    Deliberately create, to some degree, a competitor to their current cash-cow and *not* make any money off of it? Seriously?

  50. Re:Logic by thePowerOfGrayskull · · Score: 1

    Surely any code could have code copied in breach of copyright in it?

    But if it's closed source, then the only people who know about it are the perpetrators... making it difficult to get sued over it.

  51. Re:Logic by Anonymous Coward · · Score: 0

    Hotmail never ran Linux. It ran (still runs on the back end?) FreeBSD.

  52. Re:Logic by Anonymous Coward · · Score: 0

    Well, yeah, but with open source anyone can SEE that it is there.

  53. Re:Logic by StayFrosty · · Score: 1

    Google, instead, offers basically no proprietary, closed source software. The software is either on their server (and thus allowed to contain GPL code and still be kept private because it is not distributed) or OOS (Chrome). Possible exception: Picasa, I have to check :)

    I disagree. I know that Google uses a lot of OSS stuff on the back end, but most of their desktop applications are closed source. Chrome is the only exception that I can think of. To name a few closed source Google apps: Picasa, Google Earth, Google Desktop, Google Toolbar and Google applications for Android (GMail, Google Voice, Google Sync, etc...)

    --
    "Frequently wrong, never in doubt."
  54. Re:Logic by V!NCENT · · Score: 1

    Who said they wouldn't make any money from it?

    If Windows would die, Microsoft would already have a stand in replacement. Support. Closed source office.

    But most importantly: No need for Red Hat? It's either don't use Windows and pay a competitor, or not pay a competitor. It's that simple.

    What it comes down to: Damange controll may cost money and wouldn't earn you any money... _directly_.

    --
    Here be signatures
  55. Re:Logic by rliden · · Score: 1

    Kind of like SLES and RHEL. I don't really see anything wrong with doing that. It's okay to make money and people like shiny.

    --
    Don't think of it as a flame, more like an argument that does 3d6 fire damage.
  56. Re:Logic by ixidor · · Score: 1

    i agree .. i think if nothing else MS should make a front end for X11, so you could choose gnome, kde, windows(of some sort), etc. also i think MS should consider something like what apple did, and novell, something unix underneath, something else on top. but for them to tuck tail and do this would be great in tech terms but unlikely. or if ms wasnt so mean to protocols nad such like they have been in the past for samba and email.

  57. Actually it was November 9 by Anonymous Coward · · Score: 0

    Press Release from Microsoft

    CNN story

    Thanks for playing... Maybe there's something juicy in here you could use? November 9

  58. Re:Logic by baxissimo · · Score: 1

    Also if it's closed source then *somebody* must have sold you the license to it and if you get in trouble you can go back to them and drag them into the lawsuit too. If it's a typical open source project, then there's really nobody you can lean on if someone finds you're infringing. At least that's another reason I've heard for licensing code from $big_corp rather than using something open source.

  59. Re:Logic by True+Grit · · Score: 1

    But most importantly: No need for Red Hat? It's either don't use Windows and pay a competitor, or not pay a competitor. It's that simple.

    For MS's shareholders it is just about the money, but for everyone else, its not that simple.

    All I can say is that MS releasing a 'free' *nix clone of their own will not in any way entice me away from a real FOSS OS, because, of course, free or not, this is still MS we're talking about.

    Unless you're idea is that they're going to release this clone under a *real* FOSS license, which ain't going to happen. MS releasing a GPL'd *nix clone? Not in this universe.

  60. MS will never develop cross-platform by tirnacopu · · Score: 1

    Microsoft themselves will now be developing and shipping products based on those heterogeneous platforms, including 5 versions of Unix

      I was worried, to say the least, when Microsoft bought Gecad, the makers of RAV antivirus in 2007. My worries were confirmed: they killed one of the best security products in the world, one that ran on both desktops and servers, on various operating systems, backed by enterprise support and by a healthy community. Their demise was so sudden, I was still buying copies of their software bundled with new computers on retail stores after they were officially dead. We were, and still are, a long time customer of Gecad, to this day I didn't receive any plausible explanation on what happened.

      I wish the best of luck to all existing Teamprise customers, but there is little hope for them if they are not Windows-centric.

  61. Re:Logic by HermMunster · · Score: 1

    In my opinion there's only one version of linux. There are many companies that package it with various options but there's only one version. Package management differences don't equate to variations on Linux, nor does slight variation in folder structure or the level of "customization" of any given distribution. It's all Linux.

    --
    You can lead a man with reason but you can't make him think.
  62. Re:Logic by HermMunster · · Score: 1

    The major projects that might be threatened by what you speak of have version control systems and know where the code comes from. People don't just dump their code into a huge bit bin and it's soaked up and used. These people know where the code comes from. Yes, it could be hard to pin it on an individual because they may upload and run, but most of the code is vetted against such things as this and attempts to insert malicious code.

    And at the level of open source the solutions are easier than closed source. If infringing code is found it can much more easily be removed or made to comply, whereas with closed source programs that have been distributed it is much harder. The system for distribution of changes in the open source world through the distros is much more refined than with closed source.

    --
    You can lead a man with reason but you can't make him think.
  63. Re:Logic by HermMunster · · Score: 1

    Microsoft does nothing to prove a thing. They do nothing but release to make money and to monopolize markets.

    All your examples indicate they have something to prove, to which I say, they don't think they have a thing to prove. And to that I say that some of the Linux community would love for them to prove exactly what you state in your examples.

    --
    You can lead a man with reason but you can't make him think.
  64. Re:Believe it when I see it...restart my 7 year cl by Anonymous Coward · · Score: 0

    Seeing as though there is no evidence for this Danger information just a load of Slashdot bullshit being regurgitated by every member thinking they are the smartest in the world. The Danger servers were not even handled by Microsoft, they were outsourced to another company. All Microsoft did wrong was trust them, in fact, Microsoft probably spent a huge amount of money to restore the data.

  65. Re:Believe it when I see it...restart my 7 year cl by Locutus · · Score: 1

    I wasn't talking about the Danger Down issue. I was talking about Project Pink and the blog posting describing how Microsoft moved many of the Danger engineers to Project Pink and left the Danger division in support mode.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  66. Glad they realized, but... by Anonymous Coward · · Score: 0

    "Microsoft has realized that heterogeneous development platforms are important to their developer customers"

    I'd be wary of any software company that takes this long to realize that.

  67. Re:Believe it when I see it...restart my 7 year cl by lamapper · · Score: 1

    All Microsoft did wrong was trust them, in fact, Microsoft probably spent a huge amount of money to restore the data.

    I was with a bunch of programmers when the "Danger" debacle news broke...even the most die hard Microsoft fan there, and there were a few, could not stop laughing about it. Danger...yea right...Danger, lmao, ROFLMAO.

    I agree with one of my friends who said, "that was a self fulfilling prophecy wasn't it."

    --
    Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  68. Re:Logic by jaavaaguru · · Score: 1

    Microsoft already ship open source apps and code. I don't have a Windows box handy to find a specific example, but much of SUA is open source.

  69. Re:Believe it when I see it...restart my 7 year cl by lamapper · · Score: 1

    It shows that FLOSS is doing well, and won a small victory here.

    As it pertains to Microsoft, there are NO victories small or large with respects to open source, FOSS and standardized data formats. To believe that, that is even possible is the most powerful FUD of all... Good luck with that. I will hold them accountable for their past and current transgressions, which you admit are many, and wait until they prove themselves again, over a 7 year time period of course.

    .."resetting your clock" for everything you consider a "violation" ..

    Which is the point exactly, I decide what I consider to be a violation, everyone else considers what they decide is or is not a violation. Since we all wait for a 7 year track record based on their "actions" over that period, none of us can ever be led astray again. Their FUD becomes meaningless, worthless and a laughable waste of their resources... It also means that any effort on their part that is not honorable will be caught by someone, probably many of us. This is a very good thing. They should hold themselves to a higher standard as the market leader, and since they do not, will not, it is up to individual consumers to hold them accountable.

    Make them earn your business, your hard earned money. Innovate or die! It is not enough to slap a new name on something and force you to upgrade/update for a fee or they turn you off. Pathetic and they deserve to fail.

    It needs to become a business decision with a potential financial impact in lost revenue to their bottom line before anything will change. When it costs too much to ignore standards, we will all have data formats that are 100% sharable between apps and operating systems. Perhaps when their market share falls below 40% we will have that...that is something many of us will live to see. Many just do not realize that yet... Does anything decent come out of MFST any more? I sure have not seen it in the last few years.

    And never think a small group of people can not influence and impact change. History shows us this is indeed how every major change for the last thousand years has happened, many a small group of people or even an individual never live to see the fruits of their efforts, but their efforts most certainly have an impact. Another FUD argument is that one of us or a few of us can not make a difference. We do, we can, we will, we must.

    Microsoft should be sending out emails to all their business units and development teams to clean up their acts and fly right. Instead they send out emails stating how devastating it would be to their business to conform to WWW standards and that they must create their own incompatible standard, in order to maintain market dominance. And after this huge mistake, that anyone is surprised that they are slowly losing market share is more surprising to me. They make business choices and we should too. It is as simple as that.

    --
    Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  70. Re:Believe it when I see it...restart my 7 year cl by lamapper · · Score: 1

    Aww, the early 1990s, the days of the General Protection Faults, or GPFs. While I agree that you could call Microsoft and ask for help; the response that you received was anything but helpful.

    Fact 1: They denied the problem existed, but when pushed would provide a 20 - 40 page GPF Troubleshooting Guide...it did not work.

    Fact 2: When it did not work, after multiple attempts, Microsoft could not provide support. Their only solution was to turn off/on the computer.

    My guess is the GPFs were related to ineffective use of allocating and deallocating memory and/or memory creep, but I honestly do not know, just instincts based on what I was seeing and experiencing using their products. If anyone has a definitive link to a source that states exactly what the problem was I would be interested in re-creating the problem on some old hardware that I have and verifying that it is indeed the problem.

    I can not imagine wasting money on Microsoft support, they will NOT admit that their own code causes the problem; they will not admit that an incompatible problem exists by their own design (for vendor lock-in reasons); they will blame everyone but themselves; they do not provide solutions. Been there, done that, learned from my mistake.

    How can any entity help you if they can not admit their own mistakes, learn from them and improve the general knowledge base by working from a place of facts.

    I will give them another chance after a 7 year successful track record...still waiting...

    --
    Is your Internet Throttled? Install DD-Wrt, OpenWRT or Tomato to learn the truth! Google: 1Gbps/1Gbps: 5 Communities
  71. No, That's 6 versions of Unix by Anonymous Coward · · Score: 0

    Mac OS/X is also Unix. Apple received a certification from The Open Group that OS/X conforms to the Unix standards and is legally entitled to use the Unix trademark.

    Essentially, Microsoft is the only vendor who isn't selling Unix. But it looks like it's only a matter of time...

    1. Re:No, That's 6 versions of Unix by orngjce223 · · Score: 1

      You can download Interix for WinXP Professional - yes, Interix is a certified Unix with all the trimmings. I haven't done it myself, but I hear it's very acceptable.

      --
      Note: I was 13 when I wrote most of this. Take with several grains of salt.
  72. Poison it with proprietary code you mean : by unity100 · · Score: 1

    the shit named ACTA, the draconian 'end internet freedom' 'treaty' that GOP senate has prepared is being already forced onto countries america has business relations with. basically its american law being forced unto signatory countries, even without the consent of their respective parliaments, or national law.

    what can possibly be better than setting up your own shop and poisoning the only serious open source software competitor to your business with proprietary code, right at a time like this ...

  73. Re:Integrated Systems - no suggestion, just commen by hoskeri · · Score: 1

    >> * Shelving - storage of not-completed changes on the server without checking in. We use it to share
    >> suggestions and if we cannot make the daily deadline on consistent check-ins.

    > Never used it. Frankly sounds like a hack; why not use a branch?

    see git-stash(1). Does exactly that. shelve current work without committing it. I use it every day when somebody wants a bugfix in the branch I am working on, but can't commit yet.

    --
    Even if you win the rat race, you are still a rat
  74. Also develop for 5 UNIX platforms? by DaVince21 · · Score: 1

    Fat chance. They'll probably somehow break compatibility with non-Windows systems with a next upgrade somehow. Hey, open-source only defines the source must stay available, not that it HAS to run on several different systems, right?

    After which interested parties can then try to fix the thing again to work under Linux too. If a fork is possible with the license, I see a fork coming.

    --
    I am not devoid of humor.
  75. Re:Logic by DaVince21 · · Score: 1

    Hmm, Linux has succeeded on both my and my mom's computers... And she's not exactly tech-savvy.

    --
    I am not devoid of humor.
  76. git-stash by QuestorTapes · · Score: 1

    Thanks! I'll check it out.

  77. Re:Logic by badkarmadayaccount · · Score: 1

    Nope. Just the load balancer.

    --
    I know tobacco is bad for you, so I smoke weed with crack.
  78. Re:Logic by V!NCENT · · Score: 1

    They do need to prove that they are capable, because there was a huge problem with Vista's reputation, remember?

    Also: "Nah... I am going for Apple because they make better products." Reputation is marketing. People that go from Windows to Mac OS X do not care about legacy support. All they care about is a better product, which is something that Microsoft can easily make possible. Free software or closed source; it doesn't matter. It's all about crushing competitors. If making sure that they do not earn profit is a means to reach that goal, then so be it.

    --
    Here be signatures
  79. Re:Logic by Virtual_Raider · · Score: 1

    But most importantly: No need for Red Hat? It's either don't use Windows and pay a competitor, or not pay a competitor. It's that simple.

    Unless you're idea is that they're going to release this clone under a *real* FOSS license, which ain't going to happen. MS releasing a GPL'd *nix clone? Not in this universe.

    Far fetched? Yeah, but you are all forgetting one thing. The REAL cash-cow for MS is Office. Yes, they do make money out of windows, but their money comes from office, exchange and related software. Even the Win7 development team admitted that they adopted the ribbon interface because it's office, not windows that leads the way in UI design. Why? 'Cuz it brings in the bacon.

    So if they can cook up Xenix 2012 GPL edition and make 100% compatible Office versions for it, they would make money. Also remember, just because it's free as in freedom doesn't mean they can't charge for it. Like Red Hat?

    --
    +Raider of the lost BBS
  80. DiffMerge by ericsink · · Score: 1

    The Microsoft deal did not include DiffMerge. It will continue to be free and available from SourceGear.

    --
    Eric Sink
    Software Craftsman