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 184487 - Slow Search History
Summary: Slow Search History
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-04-19 16:46 UTC by Tomas Pavek
Modified: 2010-05-04 04:34 UTC (History)
1 user (show)

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 Tomas Pavek 2010-04-19 16:46:51 UTC
Search History is very slow on some files under Subversion.

I've checked out GlassFish V3 and added the root under Favorites in the IDE. Tried Search History on several files and mostly got results in less than 20 seconds, but e.g. for this file it took 6 minutes, consistently:
/web/web-core/src/main/java/org/glassfish/web/valve/GlassFishValve.java

On command line 'svn log GlassFishValve.java' took again just a few seconds.
Comment 1 Tomas Stupka 2010-05-03 12:54:15 UTC
changed the effect of "Show all change paths" so that when unchecked no change path will be shown at all and only "svn log" will be executed instead of "svn log -v". Search History will  in such a case provide only information relevant to the selected file. 
In case a context containing more then one file (multiselection or folder) is selected "Show all change paths" will be automatically set to true and the checkbox disabled.
Comment 2 Tomas Stupka 2010-05-03 13:30:11 UTC
http://hg.netbeans.org/cdev/rev/cfbf7d842d14
fixed
Comment 3 Quality Engineering 2010-05-04 04:34:18 UTC
Integrated into 'main-golden', will be available in build *201005040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: