[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-28 15:36:56 CET

Daniel Stenberg <daniel@haxx.se> writes:

> > Do you have TERM set and exported in the environment you are using to
> > invoke svn?
>
> Yes. But we need to make main() pass the environment data to the commit
> function which need to pass it on to the APR function...

Ah, I see, apr_proc_create calls execve which explicitly sets the
environment :-(

What is needed is an APR function that calls execv thus allowing the
environment to be inherited.

-- 
Philip
---------------------------------------------------------------------
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.