[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problems executing SVN command via RunTime

From: Galia Angelova <gangelova_at_outsourcingbg.com>
Date: 2005-05-11 15:33:32 CEST

Hi,
I don't know if this is the right mailing list, but I'll appreciate any
help.
When executing the command:

D:\vcrs\server\svn1.0\bin\svn list svn://galia:8085 --username
scm4all --password scm4all

via the Command Line, it executes correctly - no error reported.
But when trying to execute it via :

Runtime.getRuntime().exec(commandAndArgs, envp, null);

it reports the following error:

**** COMMAND ****
D:\vcrs\server\svn1.0\bin\svn list svn://galia:8085 --username
scm4all --password scm4all
**** CAUSE ****
java.io.IOException: CreateProcess: D:\vcrs\server\svn1.0\bin\svn list
svn://galia:8085 --username scm4all --password scm4all error=193

All paths are correct. The svnserver running.

Thanks in advance,
Galina Angelova
Received on Wed May 11 23:33:32 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.