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 253530 - Cannot add newly created files to commit.
Summary: Cannot add newly created files to commit.
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 16:43 UTC by alied
Modified: 2015-07-18 01:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (558.49 KB, text/plain)
2015-07-16 16:43 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2015-07-16 16:43:45 UTC
Created new files and when try to commit the changes I am unable to include them in commit. Neither by clicking the checkbox nor by right-clicking and selecting "Include in commit" The checkbox remains unselected.

Product Version = NetBeans IDE Dev (Build 201507150001)
Operating System = Linux version 4.1.2cxevoii running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Comment 1 alied 2015-07-16 16:43:52 UTC
Created attachment 154687 [details]
IDE log
Comment 2 Ondrej Vrabec 2015-07-16 20:13:48 UTC
Seems you have Exclude New Files from Commit set in Tools->Options, right? The following fix should help:

fix: http://hg.netbeans.org/core-main/rev/f287ceac1730
Comment 3 alied 2015-07-17 00:41:36 UTC
(In reply to Ondrej Vrabec from comment #2)
> Seems you have Exclude New Files from Commit set in Tools->Options, right?
> The following fix should help:
> 
> fix: http://hg.netbeans.org/core-main/rev/f287ceac1730

Yes, but (as I understand it) still I should be able to add them at will.
Comment 4 Quality Engineering 2015-07-18 01:47:36 UTC
Integrated into 'main-silver', will be available in build *201507180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f287ceac1730
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #253530 - Cannot add newly created files to commit.