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 18371 - VSS: Two "Refresh" commands on files.
Summary: VSS: Two "Refresh" commands on files.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-05 17:01 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:03 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 Jiri Kovalsky 2001-12-05 17:01:36 UTC
RC1 build #200112042300 of NetBeans 3.3 on Windows 98 with JDK 1.4b87

Description:
============
There are two "VSS|Refresh" commands in popup menu of files under VSS filesystem
mounted using "VSS (Windows 95/98/ME)" profile. It is due to wrong value of "Vi-
sible on Files" property of the first command. This is highly visible and pretty
confusing since nobody expects it will perform refresh of folder.

Steps to reproduce:
===================
1. Mount VSS filesystem using "VSS (Windows 95/98/ME)" profile.
2. Right click on some file and verify that there are two "VSS|Refresh" items.
Comment 1 Martin Entlicher 2001-12-05 17:23:05 UTC
Fixed in the main trunk and release33 branch. Making it a candidate to
3.3.0. Please verify in Dec 6 build.

The fix is quite easy:

Index: vssWin98.xml
===================================================================
RCS file: /cvs/vcsgeneric/stdprofiles/vcs/config/vssWin98.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -c -r1.7 -r1.8
*** vssWin98.xml	28 Nov 2001 13:52:33 -0000	1.7
--- vssWin98.xml	5 Dec 2001 17:18:54 -0000	1.8
***************
*** 166,171 ****
--- 166,174 ----
  	<property name="onRoot">
  	  <value>true</value>
  	</property>
+ 	<property name="onFile">
+ 	  <value>false</value>
+ 	</property>
        </command>
        <command name="LIST_FILE"
displayName="getBundle(vcs/config/Bundle).getString(LIST)">
          <property name="labelMnemonic">
Comment 2 Jiri Kovalsky 2001-12-06 17:11:48 UTC
Cool, verified in development build of NetBeans 3.3.1.
Comment 3 Martin Entlicher 2001-12-06 17:17:52 UTC
Changing from 3.3.0 candidate to 3.3.0 waiver. It's probably too late
to integrate it now.
Comment 4 Martin Entlicher 2001-12-06 17:30:57 UTC
Decreasing to P3. The problem is not so important IMHO.

Comment 5 Quality Engineering 2003-07-01 13:03:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.