| Edwin Kempin | b32a4c5 | 2011-03-10 09:15:03 +0100 | [diff] [blame] | 1 | ... has duplicates |
| 2 | ================== |
| 3 | |
| 4 | With this error message Gerrit rejects to push a commit if its commit |
| 5 | message contains a Change-ID for which multiple changes can be found |
| 6 | in the project. |
| 7 | |
| 8 | This error means that there is an inconsistency in Gerrit since for |
| 9 | one project there are multiple changes that have the same Change-ID. |
| 10 | Every change is expected to have an unique Change-ID. |
| 11 | |
| 12 | Since this error should never occur in practice, you should inform |
| 13 | your Gerrit administrator if you hit this problem and/or |
| 14 | link:http://code.google.com/p/gerrit/issues/list[open a Gerrit issue]. |
| 15 | |
| 16 | In any case to not be blocked with your work, you can simply create a |
| 17 | new Change-ID for your commit and then push it as new change to |
| 18 | Gerrit. How to exchange the Change-ID in the commit message of your |
| 19 | commit is explained link:error-push-fails-due-to-commit-message.html[here]. |
| 20 | |
| 21 | |
| 22 | GERRIT |
| 23 | ------ |
| 24 | Part of link:error-messages.html[Gerrit Error Messages] |