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 201514 - Changelist support for versioning providers
Summary: Changelist support for versioning providers
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Other
: P3 normal with 7 votes (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 13:08 UTC by solasola
Modified: 2013-10-23 16:45 UTC (History)
1 user (show)

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 solasola 2011-09-01 13:08:33 UTC
It often happens that the developer has a lot of changed sources checked-out from the VCS. 

Quite often it has a lot of changed sources which cannot be commited back to the VCS repo.

The developer would like to organize the sources into changelists and give a comment for each changelist (possibly an Issue ID as well for the issue it corrects) before it commits the sources belonging to the changelist.

There may be a special changelist for the sources marked with the "Exclude From Commit" tool of Netbeans.

The sources displayed in the versioning view (e.g.: Subversion\Show changes) should be organized into changelists for easy review.

The sources which are Excluded From Commit, should go to the end of the list into the changelist named "Excluded From Commit".


TortoisSVN 1.6.15 and Eclipse implement this nicely and I strongly believe that Netbeans should do this as well because this is a serious productivity feature.
Comment 1 kalali 2012-05-04 18:17:25 UTC
A complete description on what the changelist feature may look like is available at IntelliJ website: http://www.jetbrains.com/idea/webhelp/changelist.html and the spec thing from subversion is available at http://www.subversion.org.cn/svnbook/nightly/svn.advanced.changelists.html