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

Summary: VSS: Add All is slow
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.