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 27422 - No VSS command can be executed on non-root files.
Summary: No VSS command can be executed on non-root files.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-18 15:36 UTC by Jiri Kovalsky
Modified: 2003-02-04 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception thrown when any VSS command is executed. (801 bytes, text/plain)
2002-09-18 15:37 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2002-09-18 15:36:58 UTC
Development build #200209180100 of NetBeans 4.0
Windows 2000 with JDK 1.4.1 RC build #21

Description:
============
VSS support in today's development build is
unusable. Each attempt to invoke any of VSS
commands on non-root files ends up with
IllegalArgumentException. This is serious
regression in functionality and deserves immediate
reaction.

Steps to reproduce:
===================
1. Mount some VSS filesystem.
2. Invoke "VSS|History" on some non-root [Current]
file.
3. Below attached exception is thrown.
Comment 1 Jiri Kovalsky 2002-09-18 15:37:49 UTC
Created attachment 7447 [details]
Exception thrown when any VSS command is executed.
Comment 2 Martin Entlicher 2002-09-18 16:07:29 UTC
It has a workaround! Add ${PS}. before \" in RUNCDM and RUNCDM_SILENT
variables (perhaps all RUN* variables).

However I'm going to fix it today. It should not be hard.
Comment 3 Martin Entlicher 2002-09-18 16:25:27 UTC
Fixed in the main trunk.

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsAction.java,v  <-- 
VcsAction.java
new revision: 1.71; previous revision: 1.70
Comment 4 Marian Mirilovic 2002-09-18 17:32:57 UTC
I am sorry guys, this issue is pointed as showstopper for Q-build
200209180100 (see
http://qa.netbeans.org/q-builds/Q-build-report-200209180100.html )
, please fix it in the q-build branch too, thanks.
Comment 5 Martin Entlicher 2002-09-18 18:11:21 UTC
The fix was incorporated into QBE200209180100 branch.
Comment 6 Jiri Kovalsky 2002-11-07 18:41:32 UTC
Verified in development build #200211070100 of NetBeans 4.0.