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 224844 - Project deletion from concurrent version system(CVS)
Summary: Project deletion from concurrent version system(CVS)
Status: RESOLVED DUPLICATE of bug 219230
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 12:08 UTC by lehel
Modified: 2013-01-14 14:26 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 lehel 2013-01-14 12:08:12 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301102100)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_10
Runtime = Java HotSpot(TM) Client VM 23.6-b04



Creating a java project and importing it in CVS repository(sourceforge netcat tribe), I try to delete the project locally from Netbeans, right clicking on project from Project view. 
But deleting is not possible, even if I check the 'Also delete sources under "dir" ' checkbox. The project was closed after deletion but still exists on hard disk.



Having the test spec, NetBeans CVS Support Test Specification, http://wiki.netbeans.org/TS_73_CVS
point 15 of "Test suite: Standard development of project" says:

    15.Create new project.
    Add this project into the source control. Select its root and invoke Team | Show Changes from main menu.
    Switch to
    "Projects"
    view, select project node and invoke Delete popup menu action. (Confirm dialog and delete also sources) 
    EXPECTED RESULT: All files should appear in
    "CVS"
    tab. These files should be in {"Locally Deleted"} status. Select all files in "Locally Deleted" state and invoke Revert Delete popup action from "CVS"tab. After successful action it should be allowed to open this project again. 

But the result is not the expected one, in the "CVS" tab appears nothing under deletion, and also the project is not deleted locally from hard disk, just closed from the editor.
Comment 1 Ondrej Vrabec 2013-01-14 14:26:40 UTC
can you please remove (or add a comment) the section from test spec? True, there's a bug but i given the scenario it is a P4 and i have no intention to invest time into this.

*** This bug has been marked as a duplicate of bug 219230 ***