Someone made a single subversion commit that delete a file, and added a new file with the same name, that consists of the original files along with ~155 new lines.
(I have no idea how they managed to do this.)
Now 'svn log' only shows the history going back to that commit, and I have to jump through hoops if I want to diff revisions of that file from before and after the point in time that they did this. (E.g. 'svn diff url@oldrev url@newrev' instead of 'svn diff -r n:m')
A handful of commits have been made to this file after this happened. (Around 3).
How can I fix this?
I'm using the command line 'svn' client on Linux.