TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

More on GVFS

127 pointsby dstaheliover 8 years ago

8 comments

qariozover 8 years ago
GVFS stands for GNOME Virtual file system since 2007. Looking at you Microsoft.
评论 #13596163 未加载
评论 #13598573 未加载
评论 #13597996 未加载
评论 #13599011 未加载
ekiddover 8 years ago
From the article:<p>&gt; <i>Lots of branches – Users of Git create branches pretty prolifically. It’s not uncommon for an engineer to build up ~20 branches over time and multiply 20 by, say 5000 engineers and that’s 100,000 branches. Git just won’t be usable. To solve this, we built a feature we call “limited refs” into our Git service (Team Services and TFS) that will cause the service to pretend that only the branches “you care about” are projected to your Git client. You can favorite the branches you want and Git will be happy.</i><p>This is almost certainly a result of trying to have one company-wide monolithic repository that holds the source code of hundreds or thousands of separate projects.<p>Git is more pleasant when you break your codebase into isolated components. These can be pretty large—the Linux kernel has 16 million lines of code—but if your codebase is many times larger than a complete modern kernel, you might want to split it.<p>If you have 5,000 engineers all pushing branches to a single master git repository, you may want to either rethink your repository structure, or at least have maintainer subtrees the way Linux does.
评论 #13598968 未加载
评论 #13598605 未加载
评论 #13598329 未加载
评论 #13598986 未加载
评论 #13599144 未加载
jpsimover 8 years ago
It&#x27;s a little funny that GVFS itself is hosted on GitHub which means you won&#x27;t be able to pull it as a GVFS repo.
评论 #13596894 未加载
whatnotestsover 8 years ago
I recall that for Windows &quot;Longhorn&quot; they were supposed to include a file system based on SQL Server.<p>Never happened. We ended up with &quot;Vista&quot; instead.<p>Maybe they&#x27;ve learned their lessons on that.<p>I do recall some years ago seeing someone had posted (here maybe?) that they were using git to manage their home directory and everything in it.<p>Having the ability to easily switch between versions of my operating system could possibly be great.<p><pre><code> git checkout -b upgrade&#x2F;service-pack-12 # ...trying things... # ..decide it was a terrible idea... git reset --hard git checkout - # phew!</code></pre>
评论 #13596738 未加载
评论 #13596158 未加载
评论 #13598171 未加载
评论 #13596214 未加载
评论 #13596159 未加载
koolbaover 8 years ago
Anybody know what CLI the Microsoft git users use on Windows? The few times I&#x27;ve tried using GitBash it&#x27;s been <i>very</i> slow. Not unworkable, but painfully slow.
评论 #13600810 未加载
评论 #13601707 未加载
comexover 8 years ago
I wonder how hard it would be to port the same client code to also run under FUSE on Linux&#x2F;Mac. For this to take off outside of Microsoft, it needs universal client support.
评论 #13595991 未加载
grandalfover 8 years ago
It would be interesting to use this not only for the filesystem but for the entire OS, so that all state changes could be audited. Perhaps some unikernels already do this sort of thing.
评论 #13595560 未加载
ploxilnover 8 years ago
Embrace and Extend, anyone?<p>(I don&#x27;t expect anything nefarious, Microsoft doesn&#x27;t have the power these days to make GVFS the default git client for 90% of developers, it&#x27;s just amusingly MS style...)
评论 #13595751 未加载
评论 #13595718 未加载