commit | 9ac60cf29d9aff6e720a0f6dfd153a1f58e605e3 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Aug 02 16:15:44 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Aug 02 16:15:44 2016 +0200 |
tree | 0f86f896c30b98bffe4a2e18397d5d5a07538b98 | |
parent | 0ca5de88b07ee0a659269205382d6c061fcc9e9d [diff] |
Use regexp.MatchString rather regexp.FindString() != "". Change-Id: I12f4f7a6e4ac96be33a00bcb8fd0154735b3225b
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.