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 248275

Summary: More flexible Tag's support
Product: versioncontrol Reporter: elennaro
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.1   
Hardware: All   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description elennaro 2014-10-30 11:03:58 UTC
1) In "create Tag" if we want to overwrite existing tag force overwrite(-f) possibility could be great! E.g. git tag -a -f -m "My new Tag has same name as old one" 0.1-OLD-TAG-NAME
2) "Push to Upstream" could also update tag's of current branch.
3) If I deleted and created tag with same name on another commit "Push..." does not show this tag to be either added/deleted/updated to remote repository.
Comment 1 Quality Engineering 2014-11-04 10:33:47 UTC
Integrated into 'main-silver', will be available in build *201411040753* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c773f1eb57ff
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #248275 - More flexible Tag's support
Fix force update flag in Create Tag dialog.
If selected the tag with an already existing name should be allowed.
Comment 2 elennaro 2015-02-28 11:38:01 UTC
"Push to Upstream" could also update tag's of current branch. Still does not pushes tags.