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 104778

Summary: Subversion checkout does not close output stream
Product: versioncontrol Reporter: _ tboudreau <tboudreau>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE, SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2007-05-24 23:04:42 UTC
Subversion checkout operations do not close their output stream to the output
window - the tab title remains in bold.

This means that the output file the output window memory maps cannot be deleted,
and the tabs will remain open indefinitely, and is a de-facto memory leak.
Comment 1 _ tboudreau 2007-05-24 23:06:19 UTC
May be specific to checkouts that have failed.  I see one successful checkout
where the output stream was closed.
Comment 2 Tomas Stupka 2007-05-25 05:54:35 UTC
has the checkout in your case failed or was it canceled?
Comment 3 _ tboudreau 2007-05-25 06:08:07 UTC
I tried to check out the "compiler" project from openjdk per the instructions on
the web site.  But there is no such directory in svn.  So, the checkout failed.
Comment 4 Tomas Stupka 2007-05-25 09:47:26 UTC
fixed

Checking in WizardStepProgressSupport.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/WizardStepProgressSupport.java,v
 <--  WizardStepProgressSupport.java
new revision: 1.5; previous revision: 1.4
done