We have a running and working Trac environment (minus the svn repos). We
have migrated to a new SVN repository. I am obviously missing
something... I can't figure out what I need to do other than alter the
Trac.ini to point to the new SVN repository.
I am getting an error noted below... I followed the directions in the
documentation about copying the SVN dll's to the windows\system32 dir,
that didn't seem to help. One other thing of note, we are not running
Trac under apache, rather tracd.
Any help would be greatly appreciated.
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\standalone.py", line 303,
in _do_trac_req
dispatch_request(path_info, req, env)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in
dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in
dispatch
resp = chosen_handler.process_request(req)
File
"C:\Python23\Lib\site-packages\trac\versioncontrol\web_ui\browser.py",
line 92, in process_request
repos = self.env.get_repository(req.authname)
File "C:\Python23\Lib\site-packages\trac\env.py", line 155, in
get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
ImportError: cannot import name SubversionRepository
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac