Sounds like they've almost solved the secrets of the fire swamp!
Announcing GVFS: Git Virtual File System
31–40 of 287 posts
Re: Announcing GVFS: Git Virtual File System
#32The article doesn't directly say it, but are they migrating the Windows source code repository to git? That seems like a big deal. I seem to recall that Microsoft has previously used a custom Perforce "fork" for their larger code bases (Windows, Server, Office, etc.).
Re: Announcing GVFS: Git Virtual File System
#33I think they could have picked a name that doesn't conflict with GNOME Virtual File System (GVfs).
X Windows
NeWS - https://en.m.wikipedia.org/wiki/NeWS
Remember the mess on usenet?
comp.windows.x.motif
comp.windows.new - not news about Microsoft Windows
Re: Announcing GVFS: Git Virtual File System
#34It's disappointing that all the comments are so negative. This is a great idea and solves a real problem for a lot of use cases. I remembering years ago Facebook says it had this problem. A lot of the comments were centered around that you could change your codebase to for what git can do. I'm glad there's another option now.
All they did is create a caching layer.
Re: Announcing GVFS: Git Virtual File System
#35It's disappointing that all the comments are so negative. This is a great idea and solves a real problem for a lot of use cases. I remembering years ago Facebook says it had this problem. A lot of the comments were centered around that you could change your codebase to for what git can do. I'm glad there's another option now.
https://code.facebook.com/posts/218678814984400/scaling-merc...
Re: Announcing GVFS: Git Virtual File System
#36Does this article imply that Microsoft itself is also moving towards Git? Instead of e.g. using their own product like TFS?
TFS has first-class support for Git repositories (in addition to the classic TFSVC repositories). So yes, they're moving more and more to Git. But no, they're not abandoning TFS. Interestingly, however, most of their "open source" efforts (.NET, C#, and related) are all on GitHub rather than their own hosted offerings: CodePlex (which is basically dead) or "Visual Studio Team Services".
Disclosure: I'm a PM on VSTS/TFS, and I own part of version control.
Re: Announcing GVFS: Git Virtual File System
#37Also, it would have been interesting if the article mentioned whether they tried other approaches taken by facebook (mercurial afaik) or google.
Re: Announcing GVFS: Git Virtual File System
#38Earlier quoted context omitted.
Hmmm.. Both Facebook and Google have giant monolithic repositories and use trunk based development and i'm guessing you wouldn't say they do it wrong. So not surprised Windows does
This is the Internet. There's always someone who'll say " they're doing it wrong! "
Re: Announcing GVFS: Git Virtual File System
#39I think they could have picked a name that doesn't conflict with GNOME Virtual File System (GVfs).
They used to choose very bad names like .NET or COM [1] (this predates Internet) makes searching information very tricky. MSDN doesn't help. [1] https://en.wikipedia.org/wiki/Component_Object_Model
I later found out I could have looked for "ActiveX" and found similar results.