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

FYI, I've opened bug 381646 [1] against community/gerrit.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=381646

--
Regards,
Igor

On 12-06-03 1:13 AM, Matthias Sohn wrote:
according to the permission settings set for the tycho repositories
you should have permissions to push annotated or signed tags

--
Matthias

2012/6/2 Igor Fedorenko <igor@xxxxxxxxxxxxxx <mailto:igor@xxxxxxxxxxxxxx>>

    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@git.eclipse.__org:29418/tycho/org.eclipse.__tycho.git <http://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@git.eclipse.__org:29418/tycho/org.eclipse.__tycho.git
    <http://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@git.eclipse.__org:29418/tycho/org.eclipse.__tycho.git
        <http://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@git.eclipse.__org:29418/tycho/org.eclipse.__tycho.git
        <http://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git>'


        --
        Regards,
        Igor
        _________________________________________________
        tycho-dev mailing list
        tycho-dev@xxxxxxxxxxx <mailto:tycho-dev@xxxxxxxxxxx>
        https://dev.eclipse.org/__mailman/listinfo/tycho-dev
        <https://dev.eclipse.org/mailman/listinfo/tycho-dev>

    _________________________________________________
    tycho-dev mailing list
    tycho-dev@xxxxxxxxxxx <mailto:tycho-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/__mailman/listinfo/tycho-dev
    <https://dev.eclipse.org/mailman/listinfo/tycho-dev>




--
Matthias


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


Back to the top