2009-04-12 19:11:37 Arfrever Frehtes Taifersar Arahesis napisaĆ(a):
> When Subversion has been configured with the '--enable-runtime-module-search'
> option, then the attached script fails:
>
> $ ./subversion-failed_loading_of_fs_module.py
> /usr/lib64/python2.6/site-packages/svn/core.py:47: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
> self.message = message
> Traceback (most recent call last):
> File "./subversion-failed_loading_of_fs_module.py", line 4, in <module>
> repository = svn.repos.svn_repos_create("/tmp/repo", "", "", None, None)
> File "/usr/lib64/python2.6/site-packages/libsvn/repos.py", line 64, in svn_repos_create
> return apply(_repos.svn_repos_create, args)
> svn.core.SubversionException: ("Failed to load module for FS type 'fsfs'", 160033)
> $
>
> When Subversion has been configured without this option, then the attached
> script works correctly:
>
> $ ./subversion-failed_loading_of_fs_module.py
> $
I have reported Issue 3413.
--
Arfrever Frehtes Taifersar Arahesis
Received on 2009-05-11 03:42:39 CEST