freebsd-ports/sysutils/hidesvn/pkg-descr
Ed Schouten ca01b2c143 Add new port: hidesvn.
Hidesvn is a small script that starts new processes with a library
preloaded that hides .svn directories from readdir(). This is very
useful when grepping the FreeBSD source tree.

Reviewed by:	garga
2009-03-06 19:43:59 +00:00

6 lines
268 B
Text

hidesvn uses LD_PRELOAD to change readdir() and readdir_r() to hide .svn
entries from directories. This is useful when using tools like find(1)
and grep(1) to search through large source trees, like the FreeBSD SVN
repository.
WWW: http://80386.nl/projects/hidesvn/