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 75486 - Deleted files are not immediately listed in Versioning view.
Summary: Deleted files are not immediately listed in Versioning view.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 77073 79060 (view as bug list)
Depends on:
Blocks: 79061
  Show dependency tree
 
Reported: 2006-04-25 13:23 UTC by Peter Pis
Modified: 2007-01-04 17:14 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 Peter Pis 2006-04-25 13:23:50 UTC
NetBeans IDE Dev (Build 200604241800)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Open versioned controlled project.
2. Select project root and invoke "CVS | Show Changes" action.
3. Select some file node and invoke "Delete" popup menu action.

File should be immediately listed in "Versioning" view.
Comment 1 martin_hasaj 2006-05-30 13:57:06 UTC
*** Issue 77073 has been marked as a duplicate of this issue. ***
Comment 2 Peter Pis 2006-06-26 15:01:06 UTC
*** Issue 79060 has been marked as a duplicate of this issue. ***
Comment 3 Peter Pis 2006-06-26 15:02:04 UTC
This issue is Showstopper for M1. It also occurs in "release55" branch. It seems
to be a regression caused by integration done coz of subversion module.
Comment 4 Maros Sandor 2006-06-28 11:08:44 UTC
Fixing filesystem handler; events for deleted files were not processed.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/FilesystemHandler.java,v
 <--  FilesystemHandler.java
new revision: 1.19; previous revision: 1.18
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsLiteAdminHandler.java,v
 <--  CvsLiteAdminHandler.java
new revision: 1.6; previous revision: 1.5
Comment 5 Peter Pis 2006-06-28 17:31:10 UTC
Verified.
Comment 6 Peter Pis 2006-07-11 09:38:18 UTC
Reopen. Should be backported into 5.5.
Comment 7 Peter Pis 2006-07-11 09:41:56 UTC
It should merged into "release55" and "release55_beta2" branches.
Comment 8 Maros Sandor 2006-07-11 13:56:58 UTC
Merged into release55 branch:

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/FilesystemHandler.java,v
 <--  FilesystemHandler.java
new revision: 1.9.2.1.2.3; previous revision: 1.9.2.1.2.2
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsLiteAdminHandler.java,v
 <--  CvsLiteAdminHandler.java
new revision: 1.3.2.1.2.2; previous revision: 1.3.2.1.2.1

Merged into release55_beta2 branch:

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/FilesystemHandler.java,v
 <--  FilesystemHandler.java
new revision: 1.9.2.1.2.2.2.1; previous revision: 1.9.2.1.2.2
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsLiteAdminHandler.java,v
 <--  CvsLiteAdminHandler.java
new revision: 1.3.2.1.2.1.2.1; previous revision: 1.3.2.1.2.1
Comment 9 Peter Pis 2006-07-14 17:03:45 UTC
Verified.