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

Summary: Improve VCS commands feedback
Product: obsolete Reporter: _ pkuzel <pkuzel>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.