Actions
Defect #18850
closedMultiple repos with same commits is parsed multiple times.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
We have a setup with a main repo and a repo for each user.
The reason for this is to get updates quickly while users are working on features before the changes are merged into the main repo.
The problem is when other repos are getting the changes merged in.
Even though the commit hashes is equal, Redmine parses them again.
This makes all issues get multiple references to (the same) commits, and all logged time to be logged again.
Is this a bug? And is there a way to get around this issue?
Related issues
Actions