Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] My write access to EPP master seems to have been revoked

Hello Markus,

I used to have git write access to the EPP git repo, but haven't made a change in
a while.  I just tried to push a change to the master repo for CPP EPP feature.xml
and got the following error.

bash $ git push
Counting objects: 9, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 487 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://jjohnston@xxxxxxxxxxxxxxx/gitroot/epp/org.eclipse.epp.packages.git
 ! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'ssh://jjohnston@xxxxxxxxxxxxxxx/gitroot/epp/org.eclipse.epp.packages.git'

If my access has not been revoked, can you fix the error.  Otherwise, could you or Doug please check in the
attached patch so it will make Luna M7?  I was able to successfully build locally with the patch applied.

Thanks,

-- Jeff J.
commit 42e35cce132fbe0998a5b84a3000aeac018f2fa6
Author: Jeff Johnston <jjohnstn@xxxxxxxxxx>
Date:   Tue May 6 14:32:13 2014 -0400

    Add CDT Standalone Debugger feature to CPP EPP for M7.

diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.xml b/packages/org.eclipse.epp.package.cpp.feature/feature.xml
index b484b5a..419336d 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/feature.xml
@@ -49,6 +49,7 @@
       <import feature="org.eclipse.rse"/>
       <import feature="org.eclipse.egit"/>
       <import feature="org.eclipse.egit.import"/>
+      <import feature="org.eclipse.cdt.debug.standalone"/>
       <import feature="org.eclipse.epp.package.common.feature"/>
    </requires>
 

Back to the top