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 89340 - Deleting folders does not work
Summary: Deleting folders does not work
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
Depends on:
Blocks: 109277
  Show dependency tree
 
Reported: 2006-11-14 23:33 UTC by Jesse Glick
Modified: 2007-07-10 19:05 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 Jesse Glick 2006-11-14 23:33:58 UTC
I could have sworn that this used to work fine, but it doesn't now (061113): I
delete a folder (a project) in the Favorites tab, and it is gone... but when I
Update the parent folder, it comes back. I delete it again and try to Commit the
parent folder but the files do not appear as deleted.
Comment 1 Jesse Glick 2006-11-14 23:43:13 UTC
Workaround is to delete individual files rather than folders, though this leaves
behind .cvsignore files since you cannot select them in the Favorites tab.
Comment 2 Jesse Glick 2006-11-14 23:47:56 UTC
Appears to be impossible to fully delete a folder from CVS if it has .cvsignore
files in it. Although you can physically delete the folder, the IDE does not
consider the parent folder to be modified and so you cannot commit the removed
.cvsignore files. It works fine in NB 5.5, I just tried it, so this is a regression.
Comment 3 Maros Sandor 2006-11-20 12:59:44 UTC
Should work now.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsVersioningSystem.java,v
 <--  CvsVersioningSystem.java
new revision: 1.62; previous revision: 1.61
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/FilesystemHandler.java,v
 <--  FilesystemHandler.java
new revision: 1.24; previous revision: 1.23
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/util/Utils.java,v
 <--  Utils.java
new revision: 1.50; previous revision: 1.49