Actions
Defect #4281
closedNot found error on revision search
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-11-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When viewing the repository and entering a revision number to display, if you are more than one directory deep you get a file not found (404) error.
For example, entering revision 3084 on this page works:
http://www.redmine.org/projects/redmine/repository/show/trunk
But does not work here:
http://www.redmine.org/projects/redmine/repository/show/trunk/app
(tries to load http://www.redmine.org/projects/redmine/repository/show/trunk%2Fapp?rev=3084)
This has been tested on the latest trunk.
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r3086.
Actions