Jun 12, 2009 13:06
I need a SubVersion search client. Basically, I have a repository with some code in it, but I seem to have deleted a crucial function. I can't remember when, either, but I remember that it used the MySQL command LOAD DATA INFILE. grep on the current working copy shows that this phrase is nowhere to be found. I basically want to talk to the repository directly and ask it to grep for that phrase.
Suggestions?