When working on an SVN working copy, use this instead of rgrep:
    find . -type d -name '.git' -prune -o -type f -exec grep -H 'mypattern' {} \;
