Actions
Defect #8256
closed404 on repository revision access using git
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2011-04-30
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
1. Commit and push a new revision to your git repository
2. Load the url pointing to that commit in your browser: http://.../<project>/repository/revisions/<hashstart>. You will get a 404.
3. Load the repository overview page http://.../<project>/repository/
4. Load the previous url again. Everything works now.
Thus Redmine only learns about new revisions ones you loaded the overview page of the repository before. Fix sounds simple. Add the call to update the repository to the revision access, too.
Related issues
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate of #7146.
Updated by Mathias Baumann over 13 years ago
Could you explain why this is a duplicate of #7146? I can't find any relation besides that its both about git and about revisions.
Updated by Toshi MARUYAMA over 13 years ago
Actions