| Summary: | JDT debug and PDE API tools need BETA_JAVA8 branches | ||
|---|---|---|---|
| Product: | Community | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Git | Assignee: | Dani Megert <daniel_megert> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, daniel_megert, pwebster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Don't the JDT and PDE projects manage their own branches? -M. (In reply to comment #1) > Don't the JDT and PDE projects manage their own branches? > > -M. No, I cannot push the new branches to either repo. We can only create committer branches, like /mrennie/mybranch. Adding Paul, as I thought the idea was that Platform committers would be unable to delete branches, not unable to create them. -M. The Platform developers have control over their own topic branches of the form <committerId>/branchName. The pre-receive hook we use prevents top level branch creation as well unless a property is set in the repo on git.eclipse.org: git config hooks.allowcreatenottopicbranch true To remove afterwards use: git config --unset hooks.allowcreatenottopicbranch PW (In reply to comment #4) > The Platform developers have control over their own topic branches of the > form <committerId>/branchName. The pre-receive hook we use prevents top > level branch creation as well unless a property is set in the repo on > git.eclipse.org: > > git config hooks.allowcreatenottopicbranch true > > > To remove afterwards use: > > git config --unset hooks.allowcreatenottopicbranch I do not have shell access to do this, and Paul is not a committer on those repos (no access), so back to you webmaster :) Dani is a committer on both projects and has the access required to run the requested git commands. -M. (In reply to comment #6) > Dani is a committer on both projects and has the access required to run the > requested git commands. > > -M. CC'ing Dani so he can help make this happen. Done. |