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 271347 - "Remote Git|Ignore|Unignore" context menu item doesn't appear
Summary: "Remote Git|Ignore|Unignore" context menu item doesn't appear
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-22 10:42 UTC by soldatov
Modified: 2017-08-22 13:39 UTC (History)
0 users

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 soldatov 2017-08-22 10:42:34 UTC
Some automatic test fails, because "Remote Git|Ignore|Unignore" context menu item doesn't appear.

Scenario:
- Add some remote host
- Switch on Remote toolbar
- Press 'Create C/C++ project at <...>" button
- Create Quote project
- Select project's node and press Team|Remote Git|Initialize Repository... menu item
- Press OK button in "Initialize a Git Repository" window
- Open Files tab
- Expand Quote_1/nbproject/private node
==> all files has green colour
- Select 'private' folder, call context menu and select "Remote Git|Ignore|Ignore"
==> ok (files inside 'private' folder has grey colour, .gitignore file contains "/nbproject/private/" line
- Select 'private' folder, call context menu and select "Remote Git|Ignore|Unignore"
==>
Expected: undo latest "Remote Git|Ignore|Ignore"
Real: this menu item doesn't exist

P.S. Bug exists if I select folder's node. I can ignore/unignore file without problems.