Is there a way to search for a file in a subversion repository?
Something similar to Unix' find command, with which I can find the location of a file in a repository.
I know there is svn list, but this gives me a list of all the files in a directory. I want to find the directory a file is in.