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 219230 - CVS: Delete project does not physically delete the project
Summary: CVS: Delete project does not physically delete the project
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 224844 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-30 16:33 UTC by marco76
Modified: 2013-01-17 02:49 UTC (History)
1 user (show)

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 marco76 2012-09-30 16:33:03 UTC
I'm testing the specifications for the certification of NB 7.3 Beta:
http://wiki.netbeans.org/TS_70_CVS#Test_suite:_Standard_development_of_project

15. Project Deletion
1. I delete the project according to the document. The CVS window shows only 'build.xml' and 'manifest.mf' as locally deleted.
The souce code .java files are not in the list.
2. I select the two files (build.xml and manifest.mf) and I select 'Revert Delete' from the context menu.
3. I confirm the action.
4. I can reopen the project from the main menu ('file') but the java files are no more showed.
Result : Under the project root there is the icon of a new file (empty paper) without any name or description.

This is a minor issue, the user can checkout again his project from the repository.
I had the same problem using Windows.


Product Version = NetBeans IDE 7.3 Beta (Build 201209272333)
Operating System = Mac OS X version 10.8.2 running on x86_64
Java; VM; Vendor = 1.7.0_10-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.6-b02
Comment 1 Ondrej Vrabec 2012-10-01 13:49:47 UTC
it's the same as bug #213226, this time in CVS instead of HG or GIT. Should be fixed also in CVS but to be honest (and as the reporter noted) this is really a minor use-case.
Comment 2 Ondrej Vrabec 2013-01-14 14:26:40 UTC
*** Bug 224844 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2013-01-16 13:07:36 UTC
fix: http://hg.netbeans.org/core-main/rev/11e6cb6f9566
Comment 4 Quality Engineering 2013-01-17 02:49:05 UTC
Integrated into 'main-golden', will be available in build *201301170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/11e6cb6f9566
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #219230 - CVS: Delete project does not physically delete the project