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 46249 - CVS: Global CVS Check out should open the Versioning tab
Summary: CVS: Global CVS Check out should open the Versioning tab
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2004-07-16 15:55 UTC by Peter Pis
Modified: 2006-03-24 10:33 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 Peter Pis 2004-07-16 15:55:40 UTC
>System Info:
  Product Version       = NetBeans IDE Dev (Build
200407151800)
  Operating System      = Windows XP version 5.1
running on x86
  Java; VM; Vendor      = 1.5.0-beta3; Java
HotSpot(TM) Client VM 1.5.0-beta3-b5
7; Sun Microsystems Inc.
  Java Home             = C:\Program
Files\java\jdk1.5.0\jre

Steps:
1. Start IDE with empty user dir.
2. Invoke from main menu "Versioning | CVS |
Global CVS Check out" and run this command.
3. Setup valid datas.

If everything is OK the new versioned directory is
registered. But the there is no information for
user what's been done. Versioning tab of explorer
should be opened.
Comment 1 Martin Entlicher 2004-08-02 20:32:12 UTC
This works when you've mount something in the Versioning Manager before.
This was done when all registry went through Versioning Manager. The
VersioningOpenerListener has to me moved from Versioning Manager
somewhere else.
Comment 2 Martin Entlicher 2004-08-19 11:39:44 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/CommandMenu.java,v
 <--  CommandMenu.java
new revision: 1.17; previous revision: 1.16

Checking in ui/fsmanager/VcsManager.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/fsmanager/VcsManager.java,v
 <--  VcsManager.java
new revision: 1.15; previous revision: 1.14
Comment 3 Peter Pis 2004-11-03 09:06:09 UTC
Reopen, it doesn't work in NB build 200410311900. 
Comment 4 _ pkuzel 2005-01-12 10:47:46 UTC
My proposal is: update command visualizer and replace "Command
finished" message with "Data checked out to: $location". 

In next version a button "Show in explorer" can be added.
Comment 5 Martin Entlicher 2005-01-12 11:04:02 UTC
Maybe we can add notification that the checkout to <directory name>
finished.
Comment 6 _ pkuzel 2005-02-01 10:08:10 UTC
I'm working on the navigation button.
Comment 7 _ pkuzel 2005-02-01 14:00:18 UTC
FIXED in

Checking in
vcscore/src/org/netbeans/modules/vcscore/actions/VersioningExplorerAction.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/VersioningExplorerAction.java,v
 <--  VersioningExplorerAction.java
new revision: 1.20; previous revision: 1.19
done
Processing log script arguments...
More commits to come...
Checking in
vcscore/src/org/netbeans/modules/vcscore/cmdline/UserCommandSupport.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/cmdline/UserCommandSupport.java,v
 <--  UserCommandSupport.java
new revision: 1.61; previous revision: 1.60
done
Processing log script arguments...
More commits to come...
Checking in
vcscore/src/org/netbeans/modules/vcscore/ui/AbstractOutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/AbstractOutputPanel.java,v
 <--  AbstractOutputPanel.java
new revision: 1.18; previous revision: 1.17
done
Processing log script arguments...
More commits to come...
Checking in
vcscore/src/org/netbeans/modules/vcscore/util/VariableInputDialog.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/util/VariableInputDialog.java,v
 <--  VariableInputDialog.java
new revision: 1.122; previous revision: 1.121
done
Processing log script arguments...
More commits to come...
Checking in
vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml,v
 <--  cvs.xml
new revision: 1.134; previous revision: 1.133
done
Processing log script arguments...
More commits to come...
Checking in
vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
RCS file:
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsCheckoutVisualizer.java,v
done
Checking in
vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsCheckoutVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsCheckoutVisualizer.java,v
 <--  CvsCheckoutVisualizer.java
initial revision: 1.1
done
Checking in
vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java,v
 <--  CvsUpdateVisualizer.java
new revision: 1.19; previous revision: 1.18
done
Comment 8 Peter Pis 2005-02-04 08:24:28 UTC
Verified in NB200502021900.