Defect #990
closedRepository: View differences doesn't work
100%
Description
On the repositories/revision view the file's link "View differences" on the right doesn't work:
The entry or revision was not found in the repository.
I think the problem is caused by the fact that the link contains two slashes (.../redmine//trunk/...):
http://www.redmine.org/repositories/diff/redmine//trunk/app/controllers/repositories_controller.rb?rev=1324
Related issues
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r1325.
Updated by Alexandre N over 16 years ago
- Status changed from Closed to Reopened
On the repositories/revision the link "View difference" on the right does not work properly:
I got the message : The entry or revision was not found in the repository.
when clicking on the view difference on the right side.
I generate the following url : http://www.dawnoflight.org/repositories/diff/dolserver/DOLSharp/trunk/GameServer/commands/playercommands/Repair.cs?rev=1220
when it should be http://www.dawnoflight.org/repositories/diff/dolserver/trunk/GameServer/commands/playercommands/Repair.cs?rev=1220.
(Notice that "DOLSharp" is the project name.
Updated by Jean-Philippe Lang over 16 years ago
- Target version deleted (
0.7) - Resolution deleted (
Fixed)
This is a different problem.
It's due to the fact that your repository in Redmine points to a subdirectory of your subversion repository (not to the root of the repository). I'll try to fix it.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from Reopened to Closed
- Target version set to 0.7.2
- Resolution set to Fixed
Fixed in r1446.