You need to install the python binding for subversion. Be sure to follow the instructions for installing the binding because they tell you how to setup python so it can find the bindings.

Jon Savian wrote:

I am getting the following error:


Failed to initialize environment. No module named svn
Traceback (most recent call last):
 File "/usr/lib/python2.3/site-packages/trac/scripts/admin.py", line
616, in do_initenv
   repos = self.__env.get_repository()
 File "/usr/lib/python2.3/site-packages/trac/env.py", line 155, in
get_repository
   from trac.versioncontrol.svn_fs import SubversionRepository
 File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py",
line 25, in ?
   from svn import fs, repos, core, delta
ImportError: No module named svn

Is there other svn module i need to install or something i need to modify?
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to