← Back to context

Comment by MBCook

8 years ago

Is it? I imagine VSS and their cloud source control offering (don’t remember the name) probably aren’t doing all that well in the face of GitHub.

They want to be a player in that game, so they’ll transition off they are old product which isn’t that popular onto a new one they purchased that has all the mind share.

As long as they don’t screw it up, and recent Microsoft seems to me like a company that won’t, it will benefit them. And perhaps it will benefit the user some to do have a company with deep pockets behind it.

Microsoft adopt git as their main source control, even in internal projects.

Makes sense they try to control the future of the tool they use in so meny projects.

  • Github don't control git --

    > Torvalds turned over maintenance on 26 July 2005 to Junio Hamano, a major contributor to the project.[25] Hamano was responsible for the 1.0 release on 21 December 2005, and remains the project's maintainer.[26]

    I'm guessing Torvalds still has a lot of control if push came to shove, so we can assume git is executively controlled by Torvalds and Hamano.

    • Not many people use git without Github though, whether it's Github proper or a local installation of Github Enterprise. It's pretty tough to do code reviews without it. There are tools out there to do it, but Github is the standard.

    • Github does own a vast share of the git-related developer mindshare tho, which is probably more valuable to Microsoft.

AFAIK, I don't think anyone seriously used VSS inside Microsoft, but heard that long time ago they forked perforce in customized way... A bit like google.

  • Yes, I used that internal Source Depot (based on Perforce I think, or at least something old and convoluted) when I worked on Windows Phone 7 back in 2010, it was not fun. There were a few teams within Microsoft at the time using the visual studio team system source control but I don’t believe it was common, as a lot of the error reporting (watson) had plug-ins for the proprietary Source Depot.

    • Why was it not fun? I had no trouble with sourcedepot when I was there.

      I think git and decentralized source control are great, but I get a little suspicious of people saying tooling is "not fun" simply because it isn't their favorite or most familiar.

      1 reply →