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 - Unchecking "Permanently ignore non-shareable folders" does not work
Summary: Unchecking "Permanently ignore non-shareable folders" does not work
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-09 11:38 UTC by brunocassol
Modified: 2017-10-17 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (53.08 KB, text/plain)
2017-01-09 11:38 UTC, brunocassol
Details

Note You need to log in before you can comment on or make changes to this bug.
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