Edgewall Software

Changes between Initial Version and Version 3 of Ticket #4920


Ignore:
Timestamp:
Mar 9, 2007, 1:37:37 PM (17 years ago)
Author:
Christian Boos
Comment:

Ok, then be sure to add explicitly the path containing the svn and libsvn folders (containing the Python bindings for Subversion) in your PythonPath, for example like that:

<Location /trac>
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnvParentDir /srv/trac
  PythonOption TracUriRoot /trac
  PythonPath "sys.path+['/opt/subversion-1.4.3/lib/svn-python', '/opt/trac-0.11dev/lib/python2.4/site-packages']"
  SetEnv PYTHON_EGG_CACHE /var/lib/nobody
</Location>

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4920

    • Property Status newclosed
    • Property Component generalmod_python frontend
    • Property Resolutionduplicate
  • Ticket #4920 – Description

    initial v3  
    88
    99Here is also the error stack
    10 
     10{{{
    1111Traceback (most recent call last):
    1212  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    2121    raise TracError('Unsupported version control system "%s"'
    2222TracError: Unsupported version control system "svn"
     23}}}