Bug 553082 - Inconsistent org.eclipse.modisco configuration
Summary: Inconsistent org.eclipse.modisco configuration
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-14 17:15 EST by Ed Willink CLA
Modified: 2019-11-25 14:25 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Willink CLA 2019-11-14 17:15:34 EST
When I push a new branch to org.eclipse.modisco in the same way as I do for org.eclipse.ocl, I get a  failure:

ssh://ewillink@git.eclipse.org:29418/modisco/org.eclipse.modisco

prohibited by Gerrit: create access denied for refs/heads/ewillink/552988
Processing changes: refs: 1
Processing changes: refs: 1, done    

suggesting that create access is not available.

Please ensure that org.eclipse.modisco is configured in the same way as org.eclipse.ocl

- new branch creation permitted
- no sign off required
- force update permitted
- branches deletable
- ...
Comment 1 Frederic Gurr CLA 2019-11-15 06:53:34 EST
Done.
Comment 2 Ed Willink CLA 2019-11-15 07:29:06 EST
Thanks. But weird, I can push a new branch and it appears in a Firefox browser, but it does not appear as a locally tracked branch and cannot be fetched. Maybe the latest EGIT is broken.
Comment 3 Ed Willink CLA 2019-11-15 09:36:28 EST
(In reply to Ed Willink from comment #2)
> Thanks. But weird, I can push a new branch and it appears in a Firefox
> browser, but it does not appear as a locally tracked branch and cannot be
> fetched. Maybe the latest EGIT is broken.

THis appears to be a Gerrit issue. If I do not have Gerrit configured, I can push branches normally and a remote tracking brnach is shown. But with Gerrit configured, new braches are not fetched.

Please correct the Gerrit configuration.
Comment 4 Eclipse Webmaster CLA 2019-11-15 09:48:07 EST
Done, sorry about that.

-M.
Comment 5 Ed Willink CLA 2019-11-17 04:10:16 EST
(In reply to Eclipse Webmaster from comment #4)
> Done, sorry about that.
> 
> -M.

Did the 'done' get lost?

I see no change. With Gerrit configured, a GIT push successfully updates GIT, but no local tracking occurs.
Comment 6 Frederic Gurr CLA 2019-11-18 05:33:52 EST
I was not able to reproduce this issue on my side. I see the same branches in EGit as in the Gerrit Web UI.

Please test this with a clean Eclipse installation
Comment 7 Ed Willink CLA 2019-11-25 14:25:53 EST
(In reply to Frederic Gurr from comment #6)
> I was not able to reproduce this issue on my side. I see the same branches
> in EGit as in the Gerrit Web UI.
> 
> Please test this with a clean Eclipse installation

I suspect that the remote misconfiguration led to my local branches being misconfigured. "Configure Branch" for local branches, just like remote tracking branches is blank. Filling in the "Remote" and "Upstream Branch" fixes it (or just deleting the local and recreating from remote.)