I would like to search files (either all of them or matching a pattern) in a directory and it's subdirectories for a certain string. What I usually do in emacs is find-name-dired to list the files and search them, but that also searches all the .svn directories which is wasteful and makes it really slow for large projects. Is there a way to skip .svn directories?
Thanks,