On 10/22/2013 06:04 AM, S Sridhar wrote:
> But getting following error while posting for review.
>
> sridhar@ubuntu:~/repo/neutron$ git review
> remote: Resolving deltas: 100% (4/4)
> remote: Processing changes: refs: 1, done
> To ssh://saggezz...@review.openstack.org:29418/openstack/neutron.g
Thanks Subbu. It worked for me. Here is the review created:
https://review.openstack.org/#/c/53160/. Also found some useful info here on
Gerrit errors: https://wiki.openstack.org/wiki/GerritJenkinsGit.
RegardsSridhar
Looks like a change id conflict with https://review.openstack.org/#/c/52949.
You
Looks like a change id conflict with https://review.openstack.org/#/c/52949.
You are letting "git review" auto generate the change id right? For this
case you could try "git commit --amend", remove the change id line if it
matches the change id from this review and then run "git review" again. HTH.