[DUG] Subversion Question

Todd Martin toddm at kol.co.nz
Wed Sep 12 14:29:49 NZST 2007


While we're on the subject of Subversion, has anyone discovered a way to find 
a specific change in the repository.

eg. Let's say I remember adding/removing a particular function at some point 
in the past, how do I find the source file and revision number when it was 
first added/removed?

The only way I can think of doing this is by dumping the repository as text 
into grep and searching for the function name.  But grep seems to choke on a 
large input stream. Or I can dump to a file and use file search tools. Is 
there a better way?

Todd


More information about the Delphi mailing list