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 60005 - CVS: It's not possible to remove folders.
Summary: CVS: It's not possible to remove folders.
Status: VERIFIED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 10:43 UTC by Peter Pis
Modified: 2005-09-25 09:30 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 2005-06-15 10:43:21 UTC
Product Version       = NetBeans IDE Dev (Build 200506142000)
Operating System      = Windows XP version 5.1 running on x86
Java; VM; Vendor      = 1.5.0_04; Java HotSpot(TM) Client VM 1.5.0_04-b05; Sun
Microsystems Inc.
Java Home             = d:\Java\jdk1.5.0_04\jre
System Locale; Encod. = en_GB (nb); Cp1252

Steps:
1. Check out sources.
2. Select some folder node, invoke "CVS | Remove". (check "Proceed with commit"). 

Files under this node disappear, but the folder stays there.

Moreover "Delete" popup menu action is not performed if data structure is 
versioned.
Comment 1 Martin Entlicher 2005-09-20 17:15:28 UTC
This is standard behavior of CVS remove and CVS commit. Why should commit remove
any folders? Do cvs up -P if you want to get rid of folders. Commit does not
care about this.

Delete action is performed for me. The folder and it's content is physically
deleted and the folder itself stays in the IDE as [Needs Update]. After the
refresh of the parent folder it disappears.

Comment 2 Peter Pis 2005-09-25 09:30:30 UTC
Verified.