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 118197 - Add Local Folder example to Checkout Dialogue
Summary: Add Local Folder example to Checkout Dialogue
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-10-09 09:56 UTC by tomzi
Modified: 2009-02-19 23: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 tomzi 2007-10-09 09:56:01 UTC
In the Svn Checkout Dialogue, you need to type in these things:

.) Repository Folder (eg. myProject/trunk)
.) Skip '' and checkout only its content (eg "Skip 'trunk'...)
.) Local Folder (E:\mydevlopmentrepos\myProject)

But its still not very clear what Skip 'trunk' actually means unless you tried it out, both enabled and disabled.

I suggest we add an example to where the source is actually checked out into. So the current label:
    (local Subversion working copy)
could be extended to
    (checkout local subversion working copy from
     '<repos>/myProject/trunk' to 'E:\mydevelopmentrepos\myProject')
if "skip 'trunk'..." is enabled or
    (checkout local subversion working copy from
     '<repos>/myProject/trunk' to 'E:\mydevelopmentrepos\myProject\trunk')
if "skip 'trunk'..." is disabled
Comment 1 Marian Petras 2008-12-15 15:38:28 UTC
Done.

I have added an extra text below the "Local Folder" text-field. This text displays the resulting working copy and
reflects the state of the Skip... check-box.

Changeset Id:
8a67fde22910
(http://hg.netbeans.org/main/rev/8a67fde22910)
Comment 2 Quality Engineering 2008-12-18 06:38:34 UTC
Integrated into 'main-golden', will be available in build *200812180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8a67fde22910
User: Marian Petras <mpetras@netbeans.org>
Log: implemented enhancement #118197 - "Add Local Folder example to Checkout Dialogue"