Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] tycho build

2009/12/8 Igor Fedorenko <ifedorenko@xxxxxxxxxxxx> wrote:
I amended your commit as you suggested and "git show" shows commit
2ff39c4 with proper Change-Id and Signed-off-by. When I try to "git
push", however, I get "remote rejected/has duplicates" error message.
Here is exact command I use

git push ssh://ifedorenko@xxxxxxxxxxxxxxxx:29418/egit/parallelip-egit.git HEAD:refs/for/master

This was caused by the other change you abandoned previously having the same ChangeID as the one
you wanted to update. I pushed the squashed change again under a fresh ChangeID and abandoned
the one with the duplicate ID.

Shawn: could Gerrit prevent such duplicates ?

When testing this change again I came across the encoding warning in the Maven log. Please fix this.
Hopefully this time updating the patchset works :)

--
Matthias

Back to the top