Vote #62981
完了Repository: View differences doesn't work
100%
説明
On the repositories/revision view the file's link "View differences" on the right doesn't work:
p{color:red}. 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
journals
Fixed in r1325.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Fixed in r1446.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,1275,View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root