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 254780 - Include in commit not shown in CVS tab popup menu
Summary: Include in commit not shown in CVS tab popup menu
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 13:10 UTC by mperezma
Modified: 2015-08-27 14:17 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 mperezma 2015-08-27 13:10:39 UTC
Executing test specs:

http://services.netbeans.org/synergy/client/app/#/title/%255Bvcs%255D_cvs/8.1

Test case: Exclude file from commit

Expected: By right-clicking NewJFrame.java in CVS tab, the option "Include in commit" should appear but it isn't.

To reproduce it from scratch, simply exclude from commit a cvs versioned file by right-click the file in the project and select CVS > Ignore > Exclude from commit. Then right-click the project node and select CVS > Show Changes in order to CVS tab to be shown. Then right-click the same file in CVS tab grid and the "Include in commit" is not there.
Comment 1 mperezma 2015-08-27 14:17:04 UTC
I've lowered the priority because it is only to match the spec. The include in commit action can be accessed through the popup menu. In fact, may be the fastest solution is to change the test specs :)