This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230049 - mirrored branches in local repositories are not automatically deleted
Summary: mirrored branches in local repositories are not automatically deleted
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 13:18 UTC by Ondrej Vrabec
Modified: 2013-05-23 02:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-05-21 13:18:43 UTC
1) clone a remote repository with more than one branch
2) delete one of the branches in the remote repository
3) Git -> Fetch/Pull... offers only existing branch but does not allow you to delete local "origin/BRANCH" (or named otherwise)
Comment 1 Ondrej Vrabec 2013-05-21 13:21:55 UTC
fix: http://hg.netbeans.org/core-main/rev/943e77b28733
Comment 2 Ondrej Vrabec 2013-05-21 14:57:46 UTC
fix: http://hg.netbeans.org/core-main/rev/c4a4a9ee0a6c
Comment 3 Quality Engineering 2013-05-23 02:36:37 UTC
Integrated into 'main-golden', will be available in build *201305222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/943e77b28733
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #230049 - mirrored branches in local repositories are not automatically deleted
- offer the chance to delete origin/* branches in a local repository when they have been deleted in a remote one
- offered in fetch, pull and push dialogs