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 180410 - Do you want to create an IDE project from the checked-out sources?
Summary: Do you want to create an IDE project from the checked-out sources?
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 02:45 UTC by CBy
Modified: 2010-02-08 02:45 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 CBy 2010-02-08 02:45:55 UTC
If I check out a NetBeans project (Foo) from a subversion repository via Team -> Subversion -> Checkout... and have the "Scan for NetBeans Projects after Checkout" option checked in the wizard, the IDE asks me:

Foo project was checked out.
Do you want to open the project?

Clicking "Open Project" successfully opens the project.

If I now close the project (without closing the IDE), delete the local project folder manually, and perform the above steps again, the IDE asks me:

Do you want to create an IDE project from the checked-out sources?

This is kind of confusing, because it already is a NetBeans project. (Clicking "Close" instead of "Create Project..." and then choosing File -> Open Project..., opens the project successfully.)