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 39293 - VSS: Add command creates strange file nodes
Summary: VSS: Add command creates strange file nodes
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-01-28 10:34 UTC by David Kaspar
Modified: 2005-07-19 15:57 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 David Kaspar 2004-01-28 10:34:43 UTC
How to reproduce:
1) Have a following structure:
dirA
|- dirB
|  |- fileC [Local]
|- ...
2) Invoke "VSS|Add" popup menu action on "fileC" node
3) NOTE - file is added
4) ERROR - IDE creates strange file nodes:
dirA [Current]
|- dirB [Current]
|  |- dirA [Missing]
|  |  |- dirB [Missing]
|  |     |- fileC.txt [Missing]
|  |- fileC [Current]
|- ...
Comment 1 Martin Entlicher 2004-01-30 13:28:40 UTC
Hmm, I remember that I've seen this behavior in the past. But I'm not
able to reproduce it in current dev builds.
Which build do you have? Are these 4 steps sufficient for the
reproduction?
Comment 2 Martin Entlicher 2004-01-30 14:08:54 UTC
Well, I was able to reproduce the problem when I did everything from
scratch. I could not reproduce it on an already existing filesystem.

The problem is likely in some misunderstanding between the output from
Refresh and the updates in the file status cache.
Comment 3 Martin Entlicher 2004-01-30 15:45:54 UTC
It has happened to me once and I'me not able to reproduce it next time.
Adding RANDOM keyword.
Comment 4 Martin Entlicher 2004-02-06 09:25:46 UTC
I'm really not able to reproduce the problem even when creating
everything from scratch. Please describe the exact steps in detail
starting from scratch.
Comment 5 Peter Pis 2005-07-19 15:57:09 UTC
Verified.