Gitfs
presslabs.com
Gitfs
1–10 of 34 posts
Re: Gitfs
#2Re: Gitfs
#3What is btrfs?
Re: Gitfs
#4Re: Gitfs
#5Actually I can't see a use case where I would mount it read-write. For developing a website you possibly do not want to commit on every write. Possibly git's limitations on large files still apply to this implementation. For large number of small files: what does it do when I cp like 1000 files into it? Does it create 1000 commits?
Re: Gitfs
#6For write support you obviously have to mount a branch. Can you mount tags or commits read-only? It would be really useful actually. Actually I can't see a use case where I would mount it read-write. For developing a website you possibly do not want to commit on every write. Possibly git's limitations on large files still apply to this implementation. For large number of small files: what does it do when I cp like 10…
Re: Gitfs
#7For write support you obviously have to mount a branch. Can you mount tags or commits read-only? It would be really useful actually. Actually I can't see a use case where I would mount it read-write. For developing a website you possibly do not want to commit on every write. Possibly git's limitations on large files still apply to this implementation. For large number of small files: what does it do when I cp like 10…
Re: Gitfs
#8I'm wondering how this would work with Git Large File Storage https://git-lfs.github.com/
Re: Gitfs
#9https://ep2015.europython.eu/conference/talks/gitfs-building...
Their main motivation to write this was to give their clients (publishers) a way to interact with a git-versioned project tree without having to force them to use git directly. Overall pretty amazing work!
Re: Gitfs
#10What is btrfs?
It will probably start to be the default in Linux distros "shortly".