You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jon Trowbridge <tr...@ximian.com> on 2002/10/23 05:25:51 UTC

Re: Problem using diff via the bindings - dying with APR_PROC_SIGNAL

On Tue, 2002-10-22 at 10:35, Jon Trowbridge wrote:
> I'm having a problem calling svn_client_diff via the Python bindings.

I found the problem --- the issue was that I wasn't calling
_util.apr_initialize().  Once I added proper initialization, my diff
processes stopped dying mysteriously.

That call should probably be added to an __init__.py file somewhere...

-JT



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org