Forums Trac

Unsupported Version controlsystem "svn"

Subscribe to Unsupported Version controlsystem "svn" 4 post(s), 2 voice(s)

 
Avatar Witti 2 post(s)

I just installed BitNami Track Stack und Ubuntu 7.10 Server Edition and I get the following error when I want to access the Webinterface:

Traceback (most recent call last): File ”/opt/trac/trac/lib/python2.5/site-packages/trac/web/main.py”, line 406, in dispatch_request dispatcher.dispatch(req) File ”/opt/trac/trac/lib/python2.5/site-packages/trac/web/main.py”, line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File ”/opt/trac/trac/lib/python2.5/site-packages/trac/web/main.py”, line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File ”/opt/trac/trac/lib/python2.5/site-packages/trac/versioncontrol/api.py”, line 73, in pre_process_request self.get_repository(req.authname).sync() File ”/opt/trac/trac/lib/python2.5/site-packages/trac/versioncontrol/api.py”, line 94, in get_repository ((self.repository_type,)*2))
TracError: Unsupported version control system “svn”. Check that the Python bindings for “svn” are correctly installed.

Greetings
Witti

 
Avatar antonio Administrator 508 post(s)

Hi Witti,

I’ve been able to reproduce this bug on Linux, and I’ve already solved it. I will create new installers and release them as soon as possible. In the meanwhile, you can fix it by adding

export LD_PRELOAD=libssl.so

to /opt/trac/scripts/setenv.sh

Cheers

 
Avatar Witti 2 post(s)

It works.
Thx alot for help.

Greetings
Witti

 
Avatar antonio Administrator 508 post(s)

The new installers are in the website

Forums Trac