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 117355 - LH slows down the delete action
Summary: LH slows down the delete action
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 115358
  Show dependency tree
 
Reported: 2007-10-01 17:47 UTC by Tomas Stupka
Modified: 2008-06-20 10:46 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 Tomas Stupka 2007-10-01 17:47:20 UTC
LH slows down the delete action because of copying every file into the storage. 

see also issue #115358.
Comment 1 Tomas Stupka 2007-10-04 17:32:16 UTC
from now on are changes, deletes & co. reflected in the storage only for files which are under an opened project.


Checking in src/org/netbeans/modules/localhistory/LocalHistoryVCS.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/LocalHistoryVCS.java,v  <--  LocalHistoryVCS.java
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/localhistory/LocalHistory.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/LocalHistory.java,v  <--  LocalHistory.java
new revision: 1.14; previous revision: 1.13
done
Checking in src/org/netbeans/modules/localhistory/ModuleLifecycleManager.java;
/cvs/versioncontrol/localhistory/src/org/netbeans/modules/localhistory/ModuleLifecycleManager.java,v  <-- 
ModuleLifecycleManager.java
new revision: 1.6; previous revision: 1.5
done
Checking in nbproject/project.xml;
/cvs/versioncontrol/localhistory/nbproject/project.xml,v  <--  project.xml
new revision: 1.7; previous revision: 1.6
done
Comment 2 Tomas Stupka 2008-06-20 10:46:35 UTC
doesn't seem to be a problem anymore