git won't let me delete a branch?

2011-02-05 Thread Thomas Lübking
Hi, i've accidentally pushed a 4.6 (NOT KDE/4.6) branch to remote (sorry), where it does oc. not belong... However git push origin :4.6 fails by: remote: D refs/heads/4.6 kde-workspace luebking DENIED by fallthru remote: error: hook declined to update refs/heads/4.6 To

Re: git won't let me delete a branch?

2011-02-05 Thread Ben Cooksley
On Sun, Feb 6, 2011 at 8:58 AM, Thomas Lübking thomas.luebk...@gmail.com wrote: Hi, i've accidentally pushed a 4.6 (NOT KDE/4.6) branch to remote (sorry), where it does oc. not belong... However git push origin :4.6 fails by: remote: D refs/heads/4.6 kde-workspace luebking DENIED by

Re: git won't let me delete a branch?

2011-02-05 Thread John Tapsell
On 5 February 2011 20:03, Ben Cooksley bcooks...@kde.org wrote: On Sun, Feb 6, 2011 at 8:58 AM, Thomas Lübking thomas.luebk...@gmail.com wrote: Hi, i've accidentally pushed a 4.6 (NOT KDE/4.6) branch to remote (sorry), where it does oc. not belong... However git push origin :4.6 fails by:

Re: git won't let me delete a branch?

2011-02-05 Thread Thomas Lübking
Am 05.02.2011, 21:03 Uhr, schrieb Ben Cooksley bcooks...@kde.org: Only repository admins are allowed to delete branches on git.kde.org. I have now deleted this branch. Ok, thanks alot - and sorry again. Cheers, Thomas

Re: git won't let me delete a branch?

2011-02-05 Thread Stefan Majewsky
On Sat, Feb 5, 2011 at 9:12 PM, John Tapsell johnf...@gmail.com wrote: The way that it works for the public Qt repository is that no one can create or delete branches.  But anyone can clone the repository, and then create/delete branches there as they want. Shouldn't we have something