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 - Create a better interface for VCS commands launch
Summary: Create a better interface for VCS commands launch
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 19:40 UTC by Martin Entlicher
Modified: 2006-12-04 21:18 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 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.