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 91124

Summary: Output tab is missing started-finished commands executions.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: CLOSED WONTFIX    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Pis 2006-12-15 12:53:45 UTC
061225, jdk1.6.0

Steps:
1. Invoke "Output" tab.
2. Perform e.g. "CVS | Diff" action on modified context.

"Started-Finished" information is missing. These messages were presented in M4,
but in current builds they are missing that cause automatic test failures.

CVS - Diff, Export Diff Patch
Subversion - Diff, Export Diff Patch
Comment 1 Tomas Stupka 2007-02-06 15:07:10 UTC
since m4 we have an output tab for every new URL and as it is possible to invoke
the diff and export diff commands on a context with different repositories it's
quite difficult to decide where to log the actions start and end.

let's find some another hook for your test:)
Comment 2 Peter Pis 2007-02-12 14:29:19 UTC
Ok. Verified. Closed.