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

Re: svn system() replacement ?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-28 22:34:17 CET

Greg Stein <gstein@lyra.org> writes:
> I would recommend Philip's point about passing a flag to apr_proc_create()
> to tell it to use execv() instead of execve().
>
> Further, we can pass another flag to tell it to search on PATH, meaning that
> it should call execvp(). No need for a shell; no need for system().
>
> I'll look into patching up APR; we shouldn't have to hack around this stuff
> with a system() call.

This sounds like high sanity to me. :-)

Thanks, Greg!

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received 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.