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 269514

Summary: Unchecking "Permanently ignore non-shareable folders" does not work
Product: ide Reporter: brunocassol
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: Mikk3lRo
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description brunocassol 2017-01-09 11:38:00 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
* Create a test directory with /vendor directory and /vendor/NetBeansShouldCommitThis.txt file

* Start Netbeans for PHP 8.2 on Windows 10 (newest stable version)
* menu File > New Project > PHP > PHP Application with Existing Sources
* [Next] button
* Sources Folder > Browse > Select any directory with a /vendor folder
* [Next] button
* [Finish] button

* Right click Project > Versioning > Initialize Git Repository
* [Ok] button

* menu Tools > Options
* Team > Versioning > Git
* Uncheck "Permanently ignore non-shareable folders"
* [Ok] button

* menu Team > Add
* menu Team > Commit...

ACTUAL:
  /vendor folder is not included in commit. /vendor/NetBeansShouldCommitThis.txt file is also not included.

EXPECTED:
  /vendor and /vendor/NetBeansShouldCommitThis.txt should be included in git commit.
Comment 1 brunocassol 2017-01-09 11:38:04 UTC
Created attachment 163361 [details]
IDE log