I've got a file that is sitting outside of version control (and contains no handy $id$
or $revision$
keywords). I know that this file corresponds to one that's under version control. However, I don't know what revision of the version-controlled file is the same as my file.
Is there a way of searching back through the history for the version-controlled file until I find one that's the same as the one sitting outside of version control?
(I'm sure I could write a script to do this, but I'm hoping that there's already a cunning tool or svn
command that does something very similar.)