Edgewall Software

Changes between Version 56 and Version 57 of TracSubversion


Ignore:
Timestamp:
Jul 3, 2008, 4:10:39 PM (16 years ago)
Author:
joris@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v56 v57  
    3838# export PYTHONPATH=$PYTHONPATH:/opt/subversion-1.4.4/lib/svn-python`
    3939   }}}
    40    If you're using TracModPython, be sure that Apache will also see this environment variable, or alternatively use the [TracModPython#Subversionissues PythonPath] mod_python directive.
     40   If you're using TracModPython, be sure that Apache will also see this environment variable, or alternatively use the [TracModPython#Subversionissues PythonPath] mod_python directive.[[br]][[br]]You may also just copy the libsvn/ and svn/ directories in the resulting installation directories, e.g. /usr/local/lib/svn-python/, to the site-packages/ directory in your /usr/lib/python2.x/ directory. Python will then find them without having to adapt your `PYTHONPATH`.
    4141
    4242=== Getting Subversion working ===