- Feel free to forward me to the Trac help list, but I think this is a
Subversion lib configuration issue....
A call is being issued to check or set locks. This call is made in
/usr/lib/python2.4/site
-packages/libsvn/fs.py
and I can reproduce the Trac-induced error simply by running
python fs.py
The traceback follows, but I think only the last 2 lines are relevant. Can
someone point me in the right direction? Some subversion locks are being set
and/or tested here, but I don't see where that chore happens.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/standalone.py", line
303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139,
in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107,
in dispatch
resp = chosen_handler.process_request(req)
File
"/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py",
line 78, in process_request
repos = self.env.get_repository(req.authname)
File "/usr/lib/python2.4/site-packages/trac/env.py", line 155, in
get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
line 25, in ?
from svn import fs, repos, core, delta
File "/usr/lib/python2.4/site-packages/svn/fs.py", line 19, in ?
from libsvn.fs import *
File "/usr/lib/python2.4/site-packages/libsvn/fs.py", line 5, in ?
import _fs
ImportError: /usr/lib/python2.4/site-packages/libsvn/_fs.so: undefined
symbol: svn_fs_get_locks
Command line usage of Subversion seems OK.
Subversion 1.1.4
Linux Suse 10.0
Python 2.4.1
Swig 1.3.24
Trace 0.9.6
Thanks for your attention.
Mark Underwood
Applied Visions
www.avi.com
Received on Wed Aug 2 21:33:10 2006