I am trying to recover a file that has been accidentally deleted from my repository. The problem is that I have no idea when it was deleted and the list of revisions is huge. The only way I have found to search for this file is looking through each revision in the file log to see if that file is listed.
I can view the log specific to folder that used to contain the file, but I don't know how to show only the revisions affecting that file since I no longer have a copy.
Does anyone know how to narrow the log down to revisions affecting a file with that name?