Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-15 02:04:55 +0000
committerJean Michel-Lemieux2004-06-15 02:04:55 +0000
commitfcedb2317ca2830e1f254dbc0091cae02606186e (patch)
tree6368beb576d2ac2fc8e39a53ca75cb1083d46b28
parentb9f26289097e848e7ddaab5ca278f0fedbe84b4a (diff)
downloadeclipse.platform.team-branch_20040614_66595_double_prompt_for_password.tar.gz
eclipse.platform.team-branch_20040614_66595_double_prompt_for_password.tar.xz
eclipse.platform.team-branch_20040614_66595_double_prompt_for_password.zip
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java
index 9a30d848e..b1da0f8c0 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSUIPlugin.java
@@ -665,6 +665,9 @@ public class CVSUIPlugin extends AbstractUIPlugin {
console = new CVSOutputConsole();
+ // Ensure that known repository locations are cached.
+ getRepositoryManager().startup();
+
IPreferenceStore store = getPreferenceStore();
if (store.getBoolean(ICVSUIConstants.PREF_FIRST_STARTUP)) {
// If we enable the decorator in the XML, the CVS plugin will be loaded

Back to the top