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

Summary: Include in commit not shown in CVS tab popup menu
Product: versioncontrol Reporter: mperezma <mperezma>
Component: CVSAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 :)