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 11565 - ADD + message containing quotation marks " " fails
Summary: ADD + message containing quotation marks " " fails
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-19 15:20 UTC by dmladek
Modified: 2001-08-30 17:32 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 dmladek 2001-04-19 15:20:33 UTC
[NB32-32 RC2]
jdk1.3, rh70
==============

If you perform ADD on [Local] file and wish to message containing special
characters like:   quotation marks " ", etc.

this command fails.

I wanted add file: Ca.java with this message:
Pridavam tento file abych na nem otestoval "message na addu"


See it's output:
----------------


Exec.Str:
/bin/sh -c "cd \"/home.system/danielm/.A/Build.Test/CVS/testonly/w1//Packa\";
\"cvs\" -d \":local:/home.local/danielm/.A/Build.Test/CVS/testonly/r1\"     -w
-f  add  -m \"Pridavam tento file abych na nem otestoval \"message na addu\"\"
\"Ca.java\" "

command output:
cvs add: nothing known about na
cvs add: nothing known about addu
cvs add: scheduling file `Ca.java' for addition
cvs add: use 'cvs commit' to add this file permanently
Comment 1 Martin Entlicher 2001-05-18 10:31:58 UTC
Fixed in the main trunk. The bug also applies to files which contain '"'.
Comment 2 dmladek 2001-08-30 17:32:24 UTC
OK in [NBdev-200108300704]