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
.
Try findrepo which is a simple wrapper around find/grep and much faster than ack You would use it in this case like:
findrepo uint 'messages.*'