Edgewall Software

Opened 16 years ago

Last modified 7 months ago

#6739 new defect

trac svn-python mismatch with apache 2.2 under windows — at Initial Version

Reported by: jschmidt@… Owned by: Jonas Borgström
Priority: normal Milestone: next-stable-1.6.x
Component: web frontend/mod_python Version: 0.11b1
Severity: normal Keywords: documentation apache windows
Cc: ebekker4csc@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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. errer-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 guide, you won't realise this mistake, because the link brings you to subversion/apache 2.0. Please resolve this mismatch!

Change History (0)

Note: See TracTickets for help on using tickets.