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 206197 - [71cat] Initial import to svn does not relay on suggested folder structure
Summary: [71cat] Initial import to svn does not relay on suggested folder structure
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-09 16:09 UTC by muellermi
Modified: 2011-12-12 10:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-12-09 16:09:11 UTC
Product Version = NetBeans IDE 7.1 (Build 201112051121)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) Client VM 21.1-b02

- create a new project "testApp"
- right click projekt, select Versioning, Import to Subversion
- choose repository
--> NB wants to import the project into a new folder "testApp"
### folder structure suggested by SVN is "testApp/trunk" ###
Comment 1 Ondrej Vrabec 2011-12-12 10:06:54 UTC
To recognize the repository structure: either /trunk/project or /project/trunk or just simply /project/ we would have to ping the repository many times in the dialog. I don't think it's worth the effort, especially when the difference is just one path segment (/testApp or /testApp/trunk). However i'll leave that open as a RFE