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 120475 - Folder 'nbproject' can be overwritten during importing
Summary: Folder 'nbproject' can be overwritten during importing
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 14:46 UTC by kozlov
Modified: 2008-02-22 13:09 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 kozlov 2007-10-30 14:46:41 UTC
Reproduced in Milestone 2.

Steps to reproduce:

- create php project;
- import folder that contains folder 'nbproject'.

Project folder is replaced.
Comment 1 Andrew Korostelev 2007-11-14 15:31:12 UTC
fixed. 
Now we check if target file is project's nbproject directory before copying it.
commited 2007.11.14.
Comment 2 kozlov 2007-12-03 17:24:14 UTC
Verified in beta.