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 207273

Summary: Timing of local history copying of files should be changed
Product: versioncontrol Reporter: Petr Cyhelsky <cyhelsky>
Component: LocalhistoryAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Cyhelsky 2012-01-13 13:10:35 UTC
As of now when save is invoked the local history has to copy the file(s) so that it can remember the state before the save. This takes time and slows the whole action. The file(s) could be copied at the moment of lock on the file(s) and than asynchronously after each save...
Comment 1 Tomas Stupka 2012-03-06 07:19:54 UTC
fixed in core-main #f5fc25a58ca9
Comment 2 Quality Engineering 2012-03-07 18:11:25 UTC
Integrated into 'main-golden', will be available in build *201203071105* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f5fc25a58ca9
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #207273 - Timing of local history copying of files should be changed