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 231166 - commit dialog spends really long time in the preparation phase on SvnKit
Summary: commit dialog spends really long time in the preparation phase on SvnKit
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-12 17:07 UTC by Ondrej Vrabec
Modified: 2013-06-14 02:00 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 Ondrej Vrabec 2013-06-12 17:07:19 UTC
running NB on SvnKit results in really really slow commit dialog. It spends a long time just displaying the progress bar and most of the time it's running either status or info command. What's worst is that it runs status/info command even three times in a row for the same file.
Comment 1 Ondrej Vrabec 2013-06-12 17:08:31 UTC
fix: http://hg.netbeans.org/core-main/rev/b33bf37626f3
Comment 2 Quality Engineering 2013-06-14 02:00:22 UTC
Integrated into 'main-golden', will be available in build *201306132301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b33bf37626f3
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231166 - commit dialog spends really long time in the preparation phase on SvnKit
caching results of svn info and status so it's called only once