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 82108 - Exception printed to console when svn not installed
Summary: Exception printed to console when svn not installed
Status: RESOLVED DUPLICATE of bug 79105
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@versioncontrol
URL: http://www.netbeans.org/download/6_0/...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-07 22:18 UTC by Jesse Glick
Modified: 2006-10-23 16:41 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 Jesse Glick 2006-08-07 22:18:17 UTC
See URL of cont. builder. Probably it was just traversing the IDE's menus but it got

org.tigris.subversion.svnclientadapter.commandline.CmdLineException:
java.io.IOException: svn: not found
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CommandLine.execProcess(CommandLine.java:109)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CommandLine.execString(CommandLine.java:179)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CommandLine.version(CommandLine.java:53)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.SvnCommandLine.version(SvnCommandLine.java:91)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapter.isAvailable(CmdLineClientAdapter.java:94)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapterFactory.setup(CmdLineClientAdapterFactory.java:47)
[ideTestRunner] 	at
org.netbeans.modules.subversion.Subversion.init(Subversion.java:80)
[...]
Caused by: java.io.IOException: svn: not found
[ideTestRunner] 	at java.lang.UNIXProcess.forkAndExec(Native Method)
[ideTestRunner] 	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
[ideTestRunner] 	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
[ideTestRunner] 	at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
[ideTestRunner] 	at java.lang.Runtime.exec(Runtime.java:591)
[ideTestRunner] 	at java.lang.Runtime.exec(Runtime.java:507)
[ideTestRunner] 	at
org.tigris.subversion.svnclientadapter.commandline.CommandLine.execProcess(CommandLine.java:106)
Comment 1 Peter Pis 2006-08-08 07:49:55 UTC

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