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

Re: [gstein@apache.org: cvs commit: apr/threadproc/win32 proc.c]

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-01-29 02:28:23 CET

Greg Stein wrote:

>Got this done a couple hours ago... svn_io_run_cmd() now has some new APR
>functionality to use :-)
>
[snip]

> Index: proc.c
> ===================================================================
> RCS file: /home/cvs/apr/threadproc/win32/proc.c,v
> retrieving revision 1.61
> retrieving revision 1.62
> diff -u -r1.61 -r1.62
> --- proc.c 28 Jan 2002 15:56:08 -0000 1.61
> +++ proc.c 28 Jan 2002 21:58:16 -0000 1.62
> @@ -343,6 +343,8 @@
> i++;
> }
>
> + /* ### how to handle APR_PROGRAM_ENV and APR_PROGRAM_PATH? */
>
I think I know how to do that.

>
> +
> if (attr->cmdtype == APR_SHELLCMD) {
> char *shellcmd = getenv("COMSPEC");
> if (!shellcmd)
>
>
>
>
>----- End forwarded message -----
>

Can I suggest adding an entry to APR's STATUS, so that the non-unix
ports get fixed?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
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:01 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.