Actions
Defect #10567
closedRevisions page "OK" button always returns 404 error
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Files
Updated by Etienne Massip about 13 years ago
Aside note: with a git mirror having multiple branches, the revision field default value is the branch name, which is wrong and obviously leads to the same 404 error.
Updated by Toshi MARUYAMA about 13 years ago
- Status changed from New to Closed
- Target version deleted (
1.4.0) - Resolution set to Fixed
Fixed by r9299.
Redmine revision page does not support branch name.
Because revision page reads only database and does not save branches info in database.
It returns OK.
https://www.chiliproject.org/projects/chiliproject/repository/revision?rev=20a791
It returns 404 error.
https://www.chiliproject.org/projects/chiliproject/repository/revision?rev=master
Updated by pasquale [:dedalus] about 13 years ago
Why target version has deleted? It's intentional?
Updated by Etienne Massip about 13 years ago
Guess that it was removed because it was a devel issue and not a change between 2 versions and thus doesn't need to appear on the changelog.
Updated by Toshi MARUYAMA about 13 years ago
Updated by pasquale [:dedalus] about 13 years ago
Actions