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 46576 - Improve VCS commands feedback
Summary: Improve VCS commands feedback
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2004-07-26 15:39 UTC by _ pkuzel
Modified: 2008-10-24 09:22 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 _ pkuzel 2004-07-26 15:39:48 UTC
Currently Runtime / VCS commands provides commands
output history for both user invoked commands and
IDE backgroudn commands. VCS output provides
output history for (only) almost all user invoked
commands.

My expectation is that IDE always provides VCS
output for latest command user executed. There
could be a property that writes all command
parameters and output to a log file for diagnostic
purposes rather than to Runtime / VCS Commands.
Comment 1 _ pkuzel 2004-07-26 15:42:39 UTC
PERFORMANCE Runtime / VCS Commands consumes a lof of memory

UI there is missing concept for reporting commands output, user level
commands output is mixed with background commands output. 
Comment 2 Martin Entlicher 2005-01-20 20:40:37 UTC
No log can replace the Runtime! There would be almost impossible to
find something in one log file for the user. There also can be private
information like passwords, etc. in the execution string. Storing that
*anywhere* persistently is potentially a big security problem.

I do not see a problem using the Runtime, the output of commands is
dumped to disk temporarily, which should minimize the memory consumption.
Comment 3 Jaroslav Tulach 2008-10-24 09:22:36 UTC
Performance team is not interested in this issue anymore.