My oversight... Try now.
On 11/23/2015 04:26 PM, Matthias Sohn wrote: > Denis: > you have granted the forced push permission on refs/heads/* this should > work to allow > forced push to a branch but Bob wants to delete a tag so he needs forced > push permission on refs/tags/* > > -Matthias > > On Mon, Nov 23, 2015 at 8:11 PM, Bob Brodt <[email protected] > <mailto:[email protected]>> wrote: > > Thanks Denis, but that didn't work. Are you sure you have the right > User ID? I'm trying this as "rbrodt". > > > On Mon, Nov 23, 2015 at 12:07 PM, Denis Roy <[email protected] > <mailto:[email protected]>> wrote: > > Hi Bob, > > We only allow Fast-Forward pushes, and we disallow Forced pushes by > default to protect our repos from accidental erasure and damage. > > I've granted you Force Push, so your second method should now > succeed. > Please let me know (off-list) when you're done. > > Denis > > > On 11/23/2015 01:24 PM, Bob Brodt wrote: > > Hi all, > > > > I need to "move" a tag to include the most commit, so I first tried > this: > > > > $ git tag -fa 1.2.1.Final > > Updated tag '1.2.1.Final' (was 76d5b92) > > > > which, I guess seemed to work in my local repo. Then I tried: > > > > $ git push --tags > > Counting objects: 1, done. > > Writing objects: 100% (1/1), 171 bytes, done. > > Total 1 (delta 0), reused 0 (delta 0) > > remote: Processing changes: done > > To > > > ssh://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > ! [remote rejected] 1.2.1.Final -> 1.2.1.Final (non-fast forward) > > error: failed to push some refs to > > > 'ssh://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git>' > > > > OK, that didn't work so I tried to delete the tag and push the > changes: > > > > $ git push --delete origin 1.2.1.Final > > remote: Branch refs/tags/1.2.1.Final: > > remote: You need 'Push' rights with the 'Force Push' > > remote: flag set to delete references. > > remote: User: rbrodt > > remote: Please read the documentation and contact an administrator > > remote: if you feel the configuration is incorrect > > remote: Processing changes: refs: 1, done > > To > > > ssh://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > ! [remote rejected] 1.2.1.Final (cannot delete references) > > error: failed to push some refs to > > > 'ssh://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git> > > > > <http://[email protected]:29418/bpmn2-modeler/org.eclipse.bpmn2-modeler.git>' > > > > Anybody have any idea what's going on? I'm the project lead on this > > thing, so why do I need separate "Push rights" for deleting tags?? > > > > -- > > ________________________ > > Robert ("Bob") Brodt > > Senior Software Engineer > > JBoss by Red Hat > > > > > > > > > > _______________________________________________ > > cross-project-issues-dev mailing list > > [email protected] > <mailto:[email protected]> > > 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 > [email protected] > <mailto:[email protected]> > To change your delivery options, retrieve your password, or > unsubscribe from this list, visit > https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev > > > > > -- > ________________________ > Robert ("Bob") Brodt > Senior Software Engineer > JBoss by Red Hat > > > > _______________________________________________ > cross-project-issues-dev mailing list > [email protected] > <mailto:[email protected]> > 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 > [email protected] > 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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
