Email: Takayama Fumihiko <tekezo@pqrs.org>
> Top > UNIX > Software

[FsFilter] FileSystem Filter for Subversion

DownloadHowto UseDocument

How to build

Extract source code and type "make".

% tar zxf fsfilter-1.0.tar.gz
% cd fsfilter-1.0
% make

load FsFilter

Load lib/setenv.sh on your shell.

% . lib/setenv.sh

Thereafter .svn directory will be concealed because setenv.sh sets the LD_PRELOAD environment variable.

It is convenient to write the following descriptions in .zshrc or .shrc to load FsFilter automatically.

if [ $(id -u) -ne 0 ]; then
    . /full/path/of/fsfilter/lib/setenv.sh
fi


Comments for This Page.
Date: 2006-06-19 00:00 (JST)