In my case I missed some important changes in simultaneous release process. Though the error message was misleading, I did get help from David, so I'll share his answer here in case it will help someone solve their problems:

David M Williams wrote:

We have moved to a "Gerrit-only" model of doing pushes. For full details, see

https://wiki.eclipse.org/Simrel/Contributing_to_Simrel_Aggregation_Build

But, essentially means using a URL like this one, to "push" your changes.

 ssh://usern...@git.eclipse.org:29418/simrel/org.eclipse.simrel.build.git

You can still pull from the old URL just fine.


18.08.2015 19:01, Matthias Sohn пишет:
On Tue, Aug 18, 2015 at 5:31 PM, Laurent Goubet <laurent.gou...@obeo.fr <mailto:laurent.gou...@obeo.fr>> wrote:

    I also have trouble pushing my contributions to Neon M1 (master
    branch of the simrel repo), but Mine are when I try to push
    through gerrit. Following is an excerpt of my command line, as you
    can see I even tried on a clean clone of the simrel. Any help
    appreciated!

    lgoubet@PCLGOUBET /d/developpement/git
    $ git clone
    ssh://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.build 
<http://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.build>
     testSimrel
    Cloning into 'testSimrel'...
    Enter passphrase for key '/c/Users/lgoubet/.ssh/id_rsa':
    remote: Counting objects: 177, done
    remote: Finding sources: 100% (77/77)
    Receiving objects:  97% (9226/9511), 1.88 MiB | 2remote: Total
    9511 (delta 3), reused 9498 (del44.00
    Receiving objects: 100% (9511/9511), 1.94 MiB | 252.00 KiB/s, done.
    ta 3)
    Resolving deltas: 100% (5951/5951), done.
    Checking connectivity... done

    lgoubet@PCLGOUBET /d/developpement/git
    $ cd testSimrel

    lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
    $ git add .

    lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
    $ git commit -m 'Acceleo and EMF Compare contributions to Neon M1'
    [master e0e09bf] Acceleo and EMF Compare contributions to Neon M1
     2 files changed, 12 insertions(+), 12 deletions(-)

    lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
    $ git push origin HEAD:refs/for/master
    Enter passphrase for key '/c/Users/lgoubet/.ssh/id_rsa':
    To
    ssh://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.build 
<http://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.build>
     ! [rejected]        HEAD -> refs/for/master (non-fast-forward)
    error: failed to push some refs to
    'ssh://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.bu
    <http://lgou...@git.eclipse.org:29418/simrel/org.eclipse.simrel.bu>
    ild'
    hint: Updates were rejected because a pushed branch tip is behind
    its remote
    hint: counterpart. Check out this branch and integrate the remote
    changes
    hint: (e.g. 'git pull ...') before pushing again.
    hint: See the 'Note about fast-forwards' in 'git push --help' for
    details.


try to push verbosely, maybe this gives some hints
$ git push -v origin HEAD:refs/for/master



    On 18/08/2015 12:13, Alexander Gurov wrote:

        Hi all!

        Is there anyone who knows what is the cause and what to do
        when such problem arises?

        ssh://agu...@git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.git
        
<http://agu...@git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.git>:
        error occurred during unpacking on the remote end:
        unpack-objects abnormal exit


this can happen if the file system permissions on the server side aren't allowing to write git objects to disk

        Thank you in advance for your help!

        P.S.
        Pull works just fine.



    _______________________________________________
    cross-project-issues-dev mailing list
    cross-project-issues-dev@eclipse.org
    <mailto:cross-project-issues-dev@eclipse.org>
    To change your delivery options, retrieve your password, or
    unsubscribe from this list, visit
    https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


--
Best regards,
Alexander Gurov,
Subversive Team.

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to