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 127026

Summary: Need find checkouts option added
Product: versioncontrol Reporter: darrinps <darrinps>
Component: ClearCaseAssignee: issues@versioncontrol <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description darrinps 2008-02-08 21:12:22 UTC
We need an option to find all checkouts at the project level.  That way we can check in multiple files at a time by
selecting them from the results list.  Look at what Eclipse has an an example.
Comment 1 Tomas Stupka 2008-02-09 09:48:15 UTC
1.) invoke 'Checkin' action on whatever folder node - this opens a dialog with a list containing checkedout and new
files which you still may fine tune by excluding those you won't to check in. New files from the list are automatically
added to source control by the checkin action. 

2.) invoke the 'Show changes' action on whatever folder node - a view gets opened showing all files in an interesting
state (checkedout, hijacked, new, ...). Uae the views toolbar, or select/multiselect those files and run different
clearcase actions from the context menu ... . The columns in the view are sortable.

feel free to reopen if this shouldn't solve your problem.
thanks