commit | 068a348b544fdbb81a3f11adc71bcb7282f60e20 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 01 18:43:15 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 01 18:54:06 2016 +0200 |
tree | cf0613f9b5b84eabc08a11492391f9e5e9d495dc | |
parent | 893d0096c764de106d97d2bd35dbde564f5e6fb4 [diff] |
Rename the tool to extract XML from a .repo checkout to deref-repo. Change-Id: I977ef868fd98a280581bbcaec897bbecaa0cc80a
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.