htt
p://pysvn.tigris.org/issues/show_bug.cgi?id=66
------- Additional comments from biker126 tigris.org Mon May 26 06:09:49 -0700 2008 -------
I tracked the problem down to a conflict of the ICONV
versions of pysvn /
apache / subversion. Those *.so files of the ICONV folder
are used within the
APR library which then cause this library (or rather: the
calling executable)
to crash .
As a workaround "del os.environ['APR_ICONV_PATH']"
in your python scripts for
every process that's going to use pysvn should do it. Inside
the APR_ICONV_PATH
variable is the location of subversion's ICONV folder which
is somehow not
compatible to pysvn...
(without subversion installed on the client machine, this
path variable doesn't
exist and thus that problem doesn't occur)
This applies at least to windows XP and windows server 2003.
But since it's a
path problem it might apply to other systems as well
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe pysvn.tigris.org
For additional commands, e-mail: issues-help pysvn.tigris.org
|