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 76664 - Finalize Checkout wizard
Summary: Finalize Checkout wizard
Status: RESOLVED 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: http://ui.netbeans.org/nonav/docs/hi/...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 10:42 UTC by jrojcek
Modified: 2006-05-24 12:48 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 jrojcek 2006-05-22 10:42:09 UTC
Repository step
- "Subversion Repository" should be the step title instead of just "Repository".
- The description label should be "Specify the location of Subversion
repository." terminated by "." instead of ":". 
- There should be *no* empty border around the panel inserted into the wizard.
- Consider providing a help label below the URL field explaining the format of
selected URL type. See CVS checkout wizard for reference (in URL field).
- Consider providing a description of all repository types if there's no text in
the combo box. See CVS checkout wizard for reference.
- There's no label with the progress bar when connecting to repository. There
should be something like "Connecting to Subversion Repository...". Again, see
the CVS checkout wizard for reference.

Workdir step
- Step title should be "Folders to Checkout".
- There should be *no* empty border around the panel inserted into the wizard.
- The empty gap between the labels and text fields is too big.
- The "Local Folder:" label is not properly aligned with the text field.

Repository browser
- Contains metal folder icons even on windows XP. Should contain the native
folder icons.
- The title should be "Browse Repository Folders".
- The label above the tree should be "Repository Folders:".

The global progress label says just "checkout". It should say something like
"Checking out...". See the CVS label for reference.
Comment 1 Tomas Stupka 2006-05-24 11:07:10 UTC
not finnished yet ...

Checking in ui/wizards/importstep/ImportStep.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportStep.java,v
 <--  ImportStep.java
new revision: 1.24; previous revision: 1.23
done
Checking in ui/wizards/importstep/ImportPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.java,v
 <--  ImportPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in ui/wizards/importstep/ImportPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/importstep/ImportPanel.form,v
 <--  ImportPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in ui/wizards/repositorystep/RepositoryStep.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStep.java,v
 <--  RepositoryStep.java
new revision: 1.21; previous revision: 1.20
done
Checking in ui/wizards/repositorystep/RepositoryStepPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.form,v
 <--  RepositoryStepPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in ui/wizards/repositorystep/RepositoryStepPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/RepositoryStepPanel.java,v
 <--  RepositoryStepPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/wizards/repositorystep/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/repositorystep/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in ui/browser/RepositoryPaths.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/RepositoryPaths.java,v
 <--  RepositoryPaths.java
new revision: 1.22; previous revision: 1.21
done
Checking in ui/browser/BrowserPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/BrowserPanel.java,v
 <--  BrowserPanel.java
new revision: 1.10; previous revision: 1.9
done
Checking in ui/browser/Browser.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/Browser.java,v
 <--  Browser.java
new revision: 1.19; previous revision: 1.18
done
Checking in ui/browser/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in ui/browser/RepositoryPathNode.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/RepositoryPathNode.java,v
 <--  RepositoryPathNode.java
new revision: 1.19; previous revision: 1.18
done
Checking in ui/checkout/CheckoutAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/checkout/CheckoutAction.java,v
 <--  CheckoutAction.java
new revision: 1.28; previous revision: 1.27
done
Checking in ui/checkout/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/checkout/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in client/SvnProgressSupport.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/SvnProgressSupport.java,v
 <--  SvnProgressSupport.java
new revision: 1.10; previous revision: 1.9
done
Checking in client/WizardStepProgressSupport.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/WizardStepProgressSupport.java,v
 <--  WizardStepProgressSupport.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/wizards/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in ui/repository/RepositoryPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.java,v
 <--  RepositoryPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in ui/repository/RepositoryPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/RepositoryPanel.form,v
 <--  RepositoryPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in ui/wizards/checkoutstep/CheckoutPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/CheckoutPanel.java,v
 <--  CheckoutPanel.java
new revision: 1.3; previous revision: 1.2
done
Checking in ui/wizards/checkoutstep/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in ui/wizards/checkoutstep/CheckoutPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/wizards/checkoutstep/CheckoutPanel.form,v
 <--  CheckoutPanel.form
new revision: 1.3; previous revision: 1.2
done
Comment 2 Tomas Stupka 2006-05-24 12:48:48 UTC
"- Consider providing a help label below the URL field explaining the format of
selected URL type. See CVS checkout wizard for reference (in URL field).
- Consider providing a description of all repository types if there's no text in
the combo box. See CVS checkout wizard for reference."

- we decided not to provide a help label the same way as in cvs. while cvs uses
some specific protocols, in case of svn it's just an url. 

fixed.