Someone made one subversion transaction, which would delete the file, and added a new file with the same name, which consists of the source files along with ~ 155 new lines.
(I have no idea how they did it.)
Now 'svn log' shows only the history returning to this commit, and I have to jump over the hoops if I want to change the versions of this file before and after the moment they did it. (For example, 'svn diff url @oldrev url @newrev' instead of 'svn diff -rn: m')
After that, several commits were made to this file. (About 3).
How can i fix this?
I use the client string 'svn' client on Linux.
source share