Re: svn system() replacement ?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2002-01-28 14:31:04 CET
On 28 Jan 2002, Philip Martin wrote:
> svn_io_run_cmd() is using apr_procattr_cmdtype_set(APR_PROGRAM) which
Thanks for these details, Philip!
I figure using a shell is the easiest way to get this to work. After all, I
So, I hacked up a function that looks like this:
/* suggested new function */
This works as a system() replacement.
The third argument above needs attention. The environment must be passed to
Currently (in my working code) I build a faked "environment" by setting
-- Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77 ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:00 2006 |
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.