I often use the find command to search through source code, delete files, whatever. Annoyingly, because Subversion stores duplicates of each file in its .
find
.
Why dont you pipe your command with grep which is easily understandable:
your find command| grep -v '\.svn'