commit | 59c1163fd1737445281f2339399b2b986b0d30fe | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Jul 17 12:02:03 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Jul 17 12:02:03 2019 +0200 |
tree | f272e399820b6271f3da069e8f23d76401f089e4 | |
parent | 4cf808767dde282a981ffcb0e1d1bd342925c408 [diff] |
Use new FUSE API Change-Id: I6b42407d92304fdd6ca14611235904bc04e62847
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.