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 89622 - ~/NetBeansProjects should not be created when checking out VCS modules
Summary: ~/NetBeansProjects should not be created when checking out VCS modules
Status: VERIFIED DUPLICATE of bug 75960
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 20:36 UTC by Kirill Sorokin
Modified: 2008-03-13 16:37 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 Kirill Sorokin 2006-11-19 20:36:20 UTC
The default local working directory for checked out modules is
~/NetBeansProjects. The problem is that it gets created everytime I check out
something , without any respect to my choice of local working directory. It
should be created _only_ if I choose to check out something there.

The impact is obviously not serious, but the annoyance factor is tremendous.
Thus a P2.
Comment 1 Kirill Sorokin 2006-11-19 20:36:51 UTC
I'm working with 

NetBeans IDE Dev (Build 200610231500)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251
Comment 2 Maros Sandor 2006-11-20 13:40:58 UTC
ProjectChooser.getProjectsFolder() creates the folder in question.
Comment 3 Kirill Sorokin 2006-11-20 13:58:48 UTC
I tmust be a dup to Issue 89624 then. Sorry about that.
Comment 4 Jesse Glick 2006-11-20 18:20:35 UTC
Likely dupe, but please verify since I do not know how to reproduce this bug (no
steps given).

*** This issue has been marked as a duplicate of 89624 ***
Comment 5 Kirill Sorokin 2006-11-21 08:53:56 UTC
Go to CVS->Checkout. If there was no previous checkout done (e.g. a fresh
userdir) it will suggest ~/NetBeansProjects as the target local working
directory. And create it at once.
Comment 6 Jesse Glick 2006-11-21 21:33:48 UTC
This is not covered by the fix of issue #89624.
Comment 7 Milan Kubec 2007-05-18 14:36:30 UTC
I think it's the same problem as issue #75960 that is already fixed.

*** This issue has been marked as a duplicate of 75960 ***
Comment 8 Kirill Sorokin 2008-03-13 16:37:02 UTC
Verified duplicate.