mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ca01b2c143
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
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
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/
|