commit | b16dc635e6f3fe4b00411afe599f209feba62bbd | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Sep 20 16:21:08 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Sep 20 16:21:08 2016 +0200 |
tree | 15eca3390185c6272838245f716cbbff9b4c3713 | |
parent | 46462c34c69ed712cf285c4971ed880a63b6cb37 [diff] |
Handle absent Project.Path attributes. Change-Id: I1ae28e7cfbb1eb6574b43e1812684ff2ee82564a
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-multifs mkdir /tmp/mnt slothfs-multifs /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.