commit | d42875c9054fd7b6c3c19bf5333810a3f3e08ddd | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Nov 30 19:07:27 2016 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Dec 06 12:11:17 2016 +0100 |
tree | 34ffcf4bc1f02eb3fc3bdc56f43d0ca1c203b019 | |
parent | 9d2e49d1931db3807044cee02d92bbc9ce87170d [diff] |
Add gitiles host FS. This creates a tree representing all repos on a gitiles host. Change-Id: Ida8f7b88fc4c4f4b8503ea696838c6b44e125fca
SlothFS is a FUSE filesystem that provides light-weight, lazily downloaded, read-only checkouts of manifest-based Git projects. It is intended for use with Android.
To start the file system:
go install github.com/google/slothfs/cmd/slothfs-repofs mkdir /tmp/mnt slothfs-repofs /tmp/mnt &
To create a workspace “ws” corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-deref-manifest slothfs-deref-manifest > /tmp/m.xml ln -s /tmp/m.xml /tmp/mnt/config/ws
More details can be found in the manual.
This is not an official Google product.