commit | 893d0096c764de106d97d2bd35dbde564f5e6fb4 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 01 18:10:41 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 01 18:45:55 2016 +0200 |
tree | a3832478bbe75d59f3076901867a3f6262561434 | |
parent | d8b66976a9ad46ce623e5bbf8b3509e1003f665d [diff] |
Add more documentation. Change-Id: I82159ee4741ed3a2997f09aeb520ee1efe239319
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 -gitiles https://android.googlesource.com/ /tmp/mnt &
To create a workspace “ws” corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-expand-manifest slothfs-expand-manifest --gitiles https://android.googlesource.com/ \ > /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.