search for: dvcses

Displaying 5 results from an estimated 5 matches for "dvcses".

Did you mean: docses
2018 Jun 07
0
git public web frontends
...line view more useful than GitHub?s closest equivalent, the ?Commits? page. The commits all look ?flat? to me in GitHub, whereas parentage, branches, etc. are clearer in Fossil?s web timeline view. I suspect this is actually a reflection of a difference in the underlying philosophies of these two DVCSes rather than some UI designer?s idiosyncratic preference, but I?ll get back to that later. 2. Fossil makes it easy to diff two versions from the web UI: click the bubble next to the ?from? version in the timeline view, then click the bubble next to the ?to? version. GitHub?s equivalent is much mor...
2018 Jun 06
7
git public web frontends
Hello, Set up a CentOS 7.5 VM linode for git now that github has been bought. I'm not anti-microsoft but I'm worried they will make changes that I don't like (e.g. requiring ms account, changing billing, etc.) so I figured better take control now. Currently moving my private repos and have them set up in my home directory there, but my public repos - I want to set them up with a
2020 May 18
4
how does autofs deal with stuck NFS mounts and suspending to RAM?
Hi, after trying sshfs to mount a remote file system on a server with the result that sshfs will sooner or later get stuck and require a reboot of the client, I'm fed up with it and am looking for alternatives. So next I would like to use NFS over a VPN connection instead. To minimize the instances of the NFS mount getting stuck, it might be helpful to use autofs. What happens when the
2020 May 18
0
how does autofs deal with stuck NFS mounts and suspending to RAM?
...k and wait out the failure, else all I/O dependent on NFS starts failing. Some of this affects SSHFS as well. To some extent, the solution to the broader problem is ?Dropbox? et al. That is, a solution that was designed around the idea that connectivity might not be constant. This is also while DVCSes like Git have become popular.
2020 May 19
2
how does autofs deal with stuck NFS mounts and suspending to RAM?
...like a file system, not involving storing files somewhere else and downloading them somewhere else or somehow syncing some files manually between servers and clients once in a while. How am I supposed to work remotely when I don't have access to the files involved. > This is also while DVCSes like Git have become popular. Are you sure that's the reason?