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

Re: svn commit: rev 3643 - trunk/subversion/include trunk/subversion/libsvn_repos

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-11-05 01:10:40 CET

Greg Stein wrote:

>I'm not sure about the proces invocation stuff in the test suite. One of the
>things that I've wanted to get to, but just haven't. You'll need to poke
>around for it.
>
>
Whatever we have is in svntest.main._run_command(). However, it has a
big drawback: we don't get the exit status from the child. Using the
Popen class would help here, but that's only available on Unix. Damn!

In the past, I cheated past this limitation the usual way -- using
dup&spawn instead of popen. It sucks, but it works...

-- 
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 Tue Nov 5 01:11:33 2002

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.