You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Olemis Lang <ol...@gmail.com> on 2008/07/07 17:33:29 UTC

Problem with python svn bindings and SWIG...

Hello... I will try to describe my problem as clearly as possible... I
will also provide a few further details so as to make myself clear;
perhaps you can understand better the whole picture that way.

Platform : Windows XP

Main task : Create and / or configure the path to an SVN repository
which in turn will be used by a Trac environment

Installation steps: I have already installed Svn, ClearSilver, Genshi,
Setuptools, SilverCity, svn-python, and finally Trac... In all cases
the appropriate versions.

Problem: If the path to the SVN repository gets configured in
trac.ini, then either tracd or trac-admin processes halt...

Actions performed: II have debugged trac-admin script with the help of
PyDev plug in for Eclipse and I have found that the application crashs
while executing line 43 in libsvn.repos module
(svn-python-1.4.4.win32-py2.5 binary package was the one installed in
my system), more specifically inside svn_repos_find_root_path function
body.

Further insight revealed me that a method reference inside SWIG code
(the one for _repos.svn_repos_find_root_path) was None...

So... my question

Does anybody know how can I fix that? Pppppplease...

Note: If anyone could tell me how to run the test suite provided for
python svn bindings in Windows, please let me know...

-- 
Regards,

Olemis.

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