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 48978 - Cannot CVS | ADD
Summary: Cannot CVS | ADD
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-09-14 04:15 UTC by _ gtzabari
Modified: 2006-03-24 10:34 UTC (History)
1 user (show)

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 _ gtzabari 2004-09-14 04:15:48 UTC
dev build 200409121800
JDK 1.5 RC

When I try CVS | ADD I get an error in the VCS
output console: "Illegal argument: Unknown
command: 'Do'"

The CVS execution string turns out to be:

org.netbeans.modules.vcs.profiles.cvsprofiles.commands.JavaCvsCommand.class
"dir=C:\Documents and Settings\Gili\My
Documents\scp\com\tog\desktopbeautifier1\DesktopBeautifierShared\src\com\tog\desktopbeautifier\\."
-d ":pserver:sl@localhost:/scp"  Do Not Be Quiet
-f <NONE> add   "Theme.java"

It looks to me like it doesn't like "do not be
quiet" in the execution string. Filed as P1
because major functionality is broken with no
known workaround.
Comment 1 Richard Gregor 2004-09-14 07:29:39 UTC
Hi,

Unfortunatelly I can reproduce this one also on Linux. Have no idea
what "Do Not Be Quiet" string does there.  It is used in profile but
should be replaced by empty string in execution string. I'll
investigate more.
Comment 2 Peter Pis 2004-09-14 10:21:18 UTC
This problems also occur in NB 200409131800. This happens for all
commands in advanced mode that have "Do Not Be Quiet" in "Global
Options" tab.
Comment 3 Peter Pis 2004-09-14 10:27:44 UTC
To be more exact, for every selection from "Quietness" combobox occurs
similar error.
Comment 4 Martin Entlicher 2004-09-14 21:05:38 UTC
This is a regression of the fix of issue #48850 :-( The bug occurs
only when the command is invoked in advanced mode.
Comment 5 Martin Entlicher 2004-09-14 21:06:27 UTC
Fixed in trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/util/VariableInputDialog.java,v
 <--  VariableInputDialog.java
new revision: 1.98; previous revision: 1.97
Comment 6 Peter Pis 2005-07-19 16:13:47 UTC
Verified.