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 - Subversion checkout does not close output stream
Summary: Subversion checkout does not close output stream
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: PERFORMANCE, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2007-05-24 23:04 UTC by _ tboudreau
Modified: 2007-05-25 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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