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 - Add options to Commit dialog to check parts of the listed files
Summary: Add options to Commit dialog to check parts of the listed files
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 09:53 UTC by SebastianZ
Modified: 2015-08-21 09:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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