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

Svn co - exit code 128

From: Bert van Oort <bvanoort_at_usgpeople.nl>
Date: Wed, 1 Oct 2008 16:02:04 +0200

Hi,

I'm trying to write a program that calls the svn client to do a
checkout, using the ExecuteProcess win32 api call. This program works
fine when executed locally but when executed from the scheduler van
Business Objects 6.5 the svn execution fails with exit code 128 and
output " (8)" (without the double quotes, ofc). With verbose off the svn
output is empty.

The commandline I'm executing is:
svn checkout https://<server IP>/svn/BO/trunk/Doc/AsaPlaza <localpath>
--verbose --non-interactive --username <windomain>\<username> --password
<password>

The URL for the server is correct;
<localpath> exists, is writeable and is not a working copy;

When I login to the server where the Business Objects scheduler is
running and I login with the same username as the scheduler is running,
I can execute the commandline above with no problems so the client is
working from that user account.

Any ideas?

Kind regards,

Bert van Oort

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-01 17:51:04 CEST

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

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