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

Re: BUG: Errors report

From: Martin Furter <mf_at_rola.ch>
Date: Wed, 14 May 2008 18:55:25 +0200 (CEST)

On Wed, 14 May 2008 Eugen.Konkov_at_aldec.com wrote:

> When SVN exit with some code they must do call to system to set up error so later I can retreive that error by do system call getLastError

Subversion can't do that.

If you start svn.exe using CreateProcess() you can use
GetExitCodeProcess() to get its exit code. You may also need to parse the
output on stdout/stderr.

I recommend using the Subversion API directly:
http://svn.collab.net/svn-doxygen/
http://svn.collab.net/repos/svn/trunk/tools/examples/minimal_client.c

And please ask usage questions on the users mailing list.

HTH
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-14 18:55:49 CEST

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

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