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 55860 - VSS: Add All is slow
Summary: VSS: Add All is slow
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-03-03 14:01 UTC by Martin Entlicher
Modified: 2005-04-01 15:58 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 Martin Entlicher 2005-03-03 14:01:36 UTC
Comparing to NetBeans 4.0 and VSS GUI, Add All
command in NetBeans 4.1 is slower.

The ADD_ALL_CMD commands can be executed more
efficienly, also there are some unnecessary
intermediate Refresh commands executed after
folders are added. Refresh Recursively is run at
the end, therefore any intermediate Refresh
commands only make the performance worse.
Comment 1 Martin Entlicher 2005-03-03 14:06:39 UTC
Fixed in trunk:

/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/vss.xml,v
 <--  vss.xml
new revision: 1.49; previous revision: 1.48

According to my measurments, performance of Add All command was
improved by cca 35% by this fix.