commit | f4bca235908f3d2f0e07242b1c87037d0e827649 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Dec 04 10:11:59 2017 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Dec 05 16:12:26 2017 +0100 |
tree | e90b6d5bf04e011ae491291e10d7440705100ca4 | |
parent | 4e8678d4a40d77ef96270e49480f0b2eaa217344 [diff] |
Add support for +archive Change-Id: I765d492a59592908c2d91729470b0e78b39c564b
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.