commit | 8bf44c54240640389809c54ec38b86e01599d848 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Nov 29 14:05:07 2016 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Dec 05 11:42:00 2016 +0100 |
tree | 9eca8e81d382d6cc0c1ea3b8b2b994dda6090a8c | |
parent | 1e2b8af02aaf2b11da928cbc830dc5b7b7c1173f [diff] |
Clarify test purpose. Change-Id: I94d56689613114a012579610f31e078577ba7c43
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.