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 254586

Summary: Add options to Commit dialog to check parts of the listed files
Product: versioncontrol Reporter: SebastianZ
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description SebastianZ 2015-08-21 09:53:00 UTC
The Commit dialog should include options to check specific files for the commit.

These options should at least include 'All', 'None', 'Unversioned' and 'Versioned'.
Further options could be 'Added', 'Deleted', 'Modified', 'Files', 'Directories' and 'Properties'.

There are two ways to implement their functionality:

1. Clicking them always adds checks for the related modifications (except for the 'None' option, which removes all checks).
So e.g. clicking 'Versioned' sets checks for all modifications, which are already in the VCS. Clicking it again does nothing.

2. Clicking them toggles the checks for the related modifications.
So e.g. clicking 'Versioned' sets checks for all modifications, which are already in the VCS. Clicking it again removes those checks.

Sebastian