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 _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
