I am trying to create floating tag for my project (LastGood) to keep track last successful builds. But, Gerrit is NOT allowing me to delete already existing tag on server.
git push origin :refs/tags/LastGood
remote: Branch refs/tags/LastGood:
remote: You need 'Push' rights with the 'Force Push'
remote: flag set to delete references.
remote: User: sundar
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://
example.localhost.com:29418/test.git ! [remote rejected] LastGood (cannot delete references)
I have tried all these permissions for
Reference: refs/tags/*
Create Reference
Forge Committer Identity
Push
Push Merge Commit
Push Annotated Tag
Push Signed Tag
I have read somewhere that to delete tag needs 'Push Branch +3'. Not sure, how to set this credentials ? Any help will be appreciated.
-Sundar