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 50320 - Problem with Files tab after import with checkout.
Summary: Problem with Files tab after import with checkout.
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-10-13 10:36 UTC by Peter Pis
Modified: 2007-08-06 14:31 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 Peter Pis 2004-10-13 10:36:47 UTC
System Info:
 Product Version       = NetBeans IDE Dev (Build
200410121800)
 Operating System      = Windows XP version 5.1
running on x86
 Java; VM; Vendor      = 1.5.0; Java HotSpot(TM)
Client VM 1.5.0-b64; Sun Micros
ystems Inc.
 Java Home             = D:\java\jdk1.5.0\jre

Steps:
1. Register new versioned CVS directory.
(Versioining | Versioning manager | Add...) 
2. Create in this directory new e.g. General Java
Application project. 
3. Switch to Files tab and on the root of the
project invoke "CVS | Import". Setup required
fields and check "Perform Check out after import".
Push "Ok" button.

Project is added to the repository. But Project
disappears from Files tab. Similar situation is
for Web projects.
Comment 1 David Konecny 2004-10-13 13:16:08 UTC
"But Project disappears from Files tab." - then it is either VCS
filesystem problem or MasterFS problem. Files view shows files - there
is nothing special related to project system, just files.
Comment 2 Peter Pis 2004-10-13 13:33:16 UTC
But in Project tab project is visible.
Comment 3 David Konecny 2004-10-27 13:31:11 UTC
Looks like project's Files View issue when Project's view is OK.
Perhaps we are not listening to file changes correctly? The project
folder is removed and recreated.
Comment 4 David Konecny 2004-10-27 13:46:22 UTC
How to reproduce:
* create a project and open it in IDE
* switch to OS explorer and rename project's folder and switch back to IDE
* the project in Projects view is still visible, but has no children.
The Files View is empty.
* switch to OS explorer and undo project's folder rename and switch
back to IDE (sometimes I have to switch to OS and back to IDE twice to
trigger refresh)
* the project in Projects View is refreshed and has children again.
Correct. But Files View is still empty.
Comment 5 Jesse Glick 2004-10-27 22:17:33 UTC
Renames of open projects certainly not supported in 4.0.
Comment 6 Milos Kleint 2007-08-02 07:17:23 UTC
since 5.0 we have project rename in the IDE, wild renames in OS not supported.
Comment 7 Peter Pis 2007-08-06 14:31:12 UTC
Verified as Wontfix. Closing.