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

Re: external diff headers

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-30 23:16:56 CET

Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:

> But you can portably open a pipe to a child process in APR. Karl, you
> did that with the patch and merge bits in the client lib. I think you
> want apr_create_pipe.

Karl is calling apr_create_process() after attaching various
apr_file_t's to the process' in/out/err streams. This is how we call
the external diff/patch commands. (See libsvn_wc/log.c
(svn_wc_run_cmd_in_directory)).

I don't understand how apr_create_pipe will solve the problem; it
doesn't do what popen does -- does it?
Received on Sat Oct 21 14:36:20 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.