What version are you running?
1.7.6
What's the URL of the page containing the problem?
/r/<ID>/diff/
What steps will reproduce the problem?
1. Create a subversion repository (path something like http://hostname/svn/path)
2. Post Review against subversion repository
3. Change Path of subversion Repository (think deprecating old server, moving to new server situation; new path https://newhostname/svn/path)
What is the expected output? What do you see instead?
Old Reviews (against the old path) blow up because they attempt to access the old location (because its persisted in FileDiff.source_file column of the database table)
I would expect the review would continue to work and simply use the new path associated with the repository. The correct fix would be to not persist the repository part of the path in source_file.
What operating system are you using? What browser?
Mac. Chrome.
Please provide any additional information below.