Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Charles Manning
On Thu, Feb 22, 2018 at 7:21 AM, wrote: > On Wednesday, February 21, 2018 11:19:52 AM Duane Knesek wrote: > > Is that only for Windows? > > > > If it runs in Linux, then yes that is exactly what I'd need. > > I guess I'd divide that into two questions (assuming my

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Duane Knesek
I found this recent article: https://arstechnica.com/gadgets/2017/11/microsoft-and-github-team-up-to-take-git-virtual-file-system-to-macos-linux/?comments=1=80 It appears that MS plans on porting GVFS to mac and Linux. If that is true, then it seems to me that my best course is to just wait

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Duane Knesek
I do not know much of anything about repo. I did a couple minutes of research just now, and that appears to be a python script that invokes git under the covers. I cannot see how that would do what I need. I was hoping for something at the file-system level that would make a set of links

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread rhkramer
On Wednesday, February 21, 2018 11:19:52 AM Duane Knesek wrote: > Is that only for Windows? > > If it runs in Linux, then yes that is exactly what I'd need. I guess I'd divide that into two questions (assuming my understanding is correct)--my questions would be: * can the GVFS "service" run

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Duane Knesek
People outside of Google/Microsoft are capable of developing sophisticated tools as well. Reading around, it looks like people are working on this. So it's just a matter of time, it seems. -- You received this message because you are subscribed to the Google Groups "Git for human beings"

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Michael
On 2018-02-21, at 6:28 AM, Duane Knesek wrote: > However, I am intrigued by Google's use of a mono-repository. What makes the mono-repository work is the toolsets that Google and Microsoft use. To my knowledge, none of these tools have been released; they are

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Duane Knesek
Is that only for Windows? If it runs in Linux, then yes that is exactly what I'd need. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] Using a FUSE with git?

2018-02-21 Thread Gergely Polonkai
Hello, isnĘžt GVFS[1] exactly for this use case? Best, Gergely [1] https://github.com/Microsoft/GVFS On Wed, Feb 21, 2018, 15:28 Duane Knesek wrote: > At my job, we unfortunately used bzr for many years. It was so slow that > several years ago we broke up the

[git-users] Using a FUSE with git?

2018-02-21 Thread Duane Knesek
At my job, we unfortunately used bzr for many years. It was so slow that several years ago we broke up the repository into separate pieces thinking that individuals would only need to branch the part they need to modify. Finally us developers have convinced the management to allow us to switch