commit | 1898c6c312458f4a6d5a47176e138bbc07d2de14 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Aug 02 16:04:23 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Aug 02 16:04:23 2016 +0200 |
tree | b976dc638006e592a234e3759587d156e7b87fef | |
parent | 50c494a1049948362620495ebe751a3acb9be7bf [diff] |
Stop using deprecated method SetDebug. Change-Id: I8a856339355073e8a948fe3424fd24dd3e818fc3
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.