Defect #13601
closedRepository history problems following svn mv
0%
Description
When viewing history of an svn repository in the Repository/ tab, "svn mv"'d files don't behave well.
The view shows all the previous revisions of the file, including under its old name, as expected. But diffs between some versions don't work, either they show a blank page or "The entry or revision was not found in the repository.". The pattern seems to be that diffs where one revision has the new name are OK, but diffs entirely between revisions with the old name are not.
This seems similar to issue 3832, but that was for git, and is marked resolved.
It may be relevant that previously a file of the old name existed.
ie, the history is something like:
svn commit
- edit foo and bar
svn commit
svn rm bar
svn mv foo bar
svn commit
And it's the first two revisions I can't take a diff between.
Unfortunately I don't know any information about the version of redmine, I'm just a user. It's the instance here:
https://cdcvs.fnal.gov/redmine/
Related issues
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate with #2493.