[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: Daniel Stenberg <daniel_at_haxx.se>
Date: 2002-01-28 15:29:16 CET

On 28 Jan 2002, Philip Martin wrote:

> [Unix again, don't know about Win32/MacOS/...]

I'm in the same position.

> Creating a "faked" environment doesn't sound right.

Oh no, it certainly isn't. It just makes my test code run.

> The svn process will inherit its environment from whatever invoked it, and
> the editor in turn will inherit from svn. Are you saying this doesn't work?

Yes I do. Sort of. The APR functions need to get the environment passed in to
them, so they can pass on the environment to whatever command line we run. It
doesn't happen automaticly.

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

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
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.