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 79836 - Clarify svn checkout dialog, not create folder "trunk" by default
Summary: Clarify svn checkout dialog, not create folder "trunk" by default
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 89590
  Show dependency tree
 
Reported: 2006-07-06 17:21 UTC by ulfzibis
Modified: 2008-08-18 18:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
svn checkout (70.72 KB, image/jpeg)
2006-07-06 17:31 UTC, ulfzibis
Details
result (7.03 KB, image/jpeg)
2006-07-06 17:34 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2006-07-06 17:21:01 UTC
I want to checkout in my projects folder "jdk6.0 JdbcOdbcBugs" directly, but I
allways get it in the subfolder "trunk".
I tried different combinations. One you see in the attachments.
Comment 1 ulfzibis 2006-07-06 17:31:01 UTC
Created attachment 31677 [details]
svn checkout
Comment 2 ulfzibis 2006-07-06 17:34:31 UTC
Created attachment 31678 [details]
result
Comment 3 Tomas Stupka 2006-07-07 10:09:09 UTC
use the "Checkout only folder contents" checkbox
Comment 4 ulfzibis 2006-07-07 11:33:47 UTC
Thanks for your help. I thought, this would mean "without subdirs".
I think,you should find better words here, or reverse the checkbox to
"Create/Include this folder in local path", because in my opinion it's not
helpful and not the normal case to have "trunk" in NetBeans project path by default.
Also click on "Help" was not successful.

I change this for enhancement, because it's also irritating that all 4 possible
combinations of ...

URL: http://svn2.cvsdude.com/jdk6_JdbcOdbcBugs/jdk6_JdbcOdbcBugs
 or: http://svn2.cvsdude.com/jdk6_JdbcOdbcBugs/jdk6_JdbcOdbcBugs/trunk

Local Folder:  .
          or:  trunk

... result in the same. I think, this should be clarified.

Comment 5 Tomas Stupka 2006-07-07 11:42:52 UTC
i agree, the text is confusing.

should be done for 5.5 

it's to reconsider if we should not change the checkbox to a option box so it
will be more more obvious what is it ment for 
Comment 6 Tomas Stupka 2006-10-17 08:51:19 UTC
fixed

Checking in CheckoutPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/CheckoutPanel.java,v
 <--  CheckoutPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in CheckoutPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/CheckoutPanel.form,v
 <--  CheckoutPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in CheckoutStep.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/CheckoutStep.java,v
 <--  CheckoutStep.java
new revision: 1.10; previous revision: 1.9
done
Comment 7 ulfzibis 2008-08-18 18:24:09 UTC
To have the checkbox is great, and works perfect.