Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] dropping branching with gerrit

This is getting annoying. Do we need to ask for permissions to push tags
too?


Igor-Fedorenkos-MacBook-Pro:sonatype-tycho igor$ git tag tycho-0.15.0
Igor-Fedorenkos-MacBook-Pro:sonatype-tycho igor$ git push review tycho-0.15.0
Total 0 (delta 0), reused 0 (delta 0)
To ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git
 ! [remote rejected] tycho-0.15.0 -> tycho-0.15.0 (prohibited by Gerrit)
error: failed to push some refs to 'ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git'

--
Regards,
Igor

On 12-05-31 7:53 AM, Igor Fedorenko wrote:
How do I drop remote branches through gerrit? Standard syntax "push
<remote> :<branch>" gives me


Igor-Fedorenkos-MacBook-Pro:sonatype-tycho igor$ git push review
:maven-plugin-testing-2.0
To ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git
! [remote rejected] maven-plugin-testing-2.0 (prohibited by Gerrit)
error: failed to push some refs to
'ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git'


--
Regards,
Igor
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top