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 92671

Summary: before change notification in VCSInterceptor
Product: versioncontrol Reporter: Tomas Stupka <tstupka>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 92676    
Bug Blocks: 90924, 91280    

Description Tomas Stupka 2007-01-17 10:08:06 UTC
according to #90924 - the VCSInterceptor should notify that a change is going to
happen to a file.
Comment 1 Tomas Stupka 2007-02-12 17:05:53 UTC
integrating with changes made for issue #92676

Checking in FilesystemInterceptor.java;
/cvs/versioncontrol/src/org/netbeans/modules/versioning/FilesystemInterceptor.java,v
 <--  FilesystemInterceptor.java
new revision: 1.4; previous revision: 1.3
done
Checking in spi/VCSInterceptor.java;
/cvs/versioncontrol/src/org/netbeans/modules/versioning/spi/VCSInterceptor.java,v
 <--  VCSInterceptor.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Tomas Stupka 2007-02-15 09:50:18 UTC
fixed