Ticket #6739 (new defect)
trac svn-python mismatch with apache 2.2 under windows
| Reported by: | jschmidt@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11-retriage |
| Component: | web frontend/mod_python | Version: | 0.11b1 |
| Severity: | normal | Keywords: | documentation |
| Cc: | ebekker4csc@… |
Description (last modified by cboos) (diff)
If you use xampp apache 2.2 and trac 11b1, you have to use the svn-python binding from this page (binding for apache 2.0) http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&expandFolder=91&folderID=74 Subversion recommended this binding http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=8100 But in this case I have an unsynchronized repository. error-stack:
2008-01-30 12:21:21,890 Trac[svn_fs] INFO: Failed to load Subversion bindings
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 251, in __init__
_import_svn()
File "C:\Python25\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 69, in _import_svn
from svn import fs, repos, core, delta
File "C:\Python25\Lib\site-packages\svn\fs.py", line 19, in <module>
from libsvn.fs import *
File "C:\Python25\Lib\site-packages\libsvn\fs.py", line 29, in <module>
import core
File "C:\Python25\Lib\site-packages\libsvn\core.py", line 5, in <module>
import _core
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
So I go back to use the binding for apache 2.0. If you follow the install-guide from Trac, you won't realize this mistake, because the link brings you to subversion/apache 2.0. Please resolve this mismatch!


