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 107765

Summary: Flawed logic in testing for file existence during update
Product: versioncontrol Reporter: davmac <davmac>
Component: CVS libraryAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: patch for issue

Description davmac 2007-06-22 08:35:46 UTC
There is flawed logic to test for the presence of a file during update, which leads to incorrect events being generated
by the library. Essentially the problem is that the update is performed (which potentially removes the file) before
testing for the files existence.

I have a patch to correct this.
Comment 1 davmac 2007-06-22 08:38:10 UTC
Created attachment 44238 [details]
patch for issue