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 128029

Summary: Quotation marks in commit message causes error
Product: versioncontrol Reporter: malfunction84 <malfunction84>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description malfunction84 2008-02-21 15:11:40 UTC
Product Version: NetBeans IDE 6.0 (Build 200711261600)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Subversion Plugin Version: 1.2.1

I attempted to commit with the following message:
  This message is "in quotation marks," if you know what I mean.

The commit did not occur, and it produced the following error in a new dialog:
  Can't open file 'C:\.svn\entries': The system cannot find the path specified.

However, the following commit message works:
  This message is \"in quotation marks,\" if you get my drift.

The commit goes through and there is no error.  However, the backslashes do end up in the message.
Comment 1 Tomas Stupka 2008-02-21 21:19:33 UTC

*** This issue has been marked as a duplicate of 122314 ***