p4fuse icon indicating copy to clipboard operation
p4fuse copied to clipboard

Exposes Perforce server data as a FUSE filesystem

This is a small FUSE file system that exposes a P4 server as a file system.

./p4fs -fs-debug -p4-binary /usr/bin/p4 /tmp/mount-p4 cd /tmp/mount-p4 ls -l 730/depot/Jam/MAIN/src cat 730/depot/Jam/MAIN/src/regexp.h

DISCLAIMER

This is not an official Google product.