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 234093

Summary: CVS checkout needs quotes
Product: versioncontrol Reporter: Duesselentchen
Component: CVSAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: Duesselentchen
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

Description Duesselentchen 2013-08-07 17:19:00 UTC
If you try to checkout from CVS and you "Use External Shell" you need to put path into quotes, if there are spaces in the path.

i.e.: C:\Program Files (x86)\PuTTY\PLINK.EXE --> Please check username, password and repository.

"C:\Program Files (x86)\PuTTY\PLINK.EXE" --> Everything is fine.

It would be fine, if Netbeans could put the quotes for itself, because it cost me a lot of time until i fixed it.