Using Grep Efficiently Inside SVN Repositories

I’ve had issues grepping for text inside SVN repositories. The main issue is that grepping inside SVN codebases will return binary and .svn results. I’ve run into this probably most frequently when using Mac OS X. For some reason the –exclude argument doesn’t work for me and –exclude-dir is not supported in a default Mac OS X installation ( at […]