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 - CVS checkout needs quotes
Summary: CVS checkout needs quotes
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 17:19 UTC by Duesselentchen
Modified: 2013-08-07 17:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.