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 52349

Summary: Create a better interface for VCS commands launch
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2004-12-13 19:40:58 UTC
The VCS infrastructure currently uses
VcsAdditionalCommand, VcsListCommand and
VcsListRecursiveCommand to launch VCS commands
implemented in Java.

These interfaces can be improved to allow to
return the complete directory listing with status
information (a collection of rawData like in
VcsListCommand), it can also provide an instance
of execution context as an argument and return an
integer exit status.