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

Re: Path searching in svn_io_start_cmd

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-11-20 01:04:24 CET

Branko Čibej wrote:
> Julian Foad wrote:
>
>> It makes sense if you come to it from first knowing the "execve"
>> family of functions,
>
> (Actually the "spawn" family -- spawnle and spawnlp being the culprits.)

(Actually the version of APR that I have in my source tree (revision 128444)
uses "fork" followed by "execve" or "execvp" for the two modes that we invoke
in its implementation of apr_proc_create() for Unix-like systems.)

>> I'm happy to document the actual behaviour and leave it at that.
>> How's this?
[...]
>
> I like it.

Thanks. Committed in r17453.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 20 01:05:09 2005

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.