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

Re: svn exit/return/status codes

From: Mark Constable <markc_at_renta.net>
Date: 2004-08-25 18:29:28 CEST

On Thursday 26 August 2004 02:01, bruce wrote:
> i'm trying to determine where i can find the error/status codes of the svn
> client if i use the client from perl/php via a system function call... i'm
> exploring creating a simple implementation using a few of the svn calls...
> ...
> foo = exec('svn ls svn://foo.com/repos/trunk')

foo = exec('svn ls svn://foo.com/repos/trunk ; echo $?')

Might be worth trying.

--markc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 25 18:31:16 2004

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.