Unsupported Version controlsystem "svn"
|
|
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)) Greetings |
|
|
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
to /opt/trac/scripts/setenv.sh Cheers |
|
|
It works. Greetings |
|
|
The new installers are in the website |
