how can I find the first revision of a particular file in a SVN repo containing a certain expression ?
In this particular case I want to find the first version of a C-file containing a variable I introduced some long time ago, but well after the creation of the file.
Thanks!