Edgewall Software

Changes between Version 185 and Version 186 of 0.12/TracFaq


Ignore:
Timestamp:
Sep 21, 2005, 8:12:47 PM (19 years ago)
Author:
asmodai@…
Comment:

Add svn python bindings troubleshooting.

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v185 v186  
    196196.. _`ISO 3166`: ftp://ftp.ilog.fr/pub/Users/haible/utf8/ISO_3166
    197197
     198I am getting svn import errors with trac, what's going on?
     199------------------------------------------------------------------
     200Make sure you install the Python bindings of Subversion, just having Subversion is not good enough.  To verify you should have a *libsvn* and *svn* directory underneath Python's *site-packages* directory.
     201
     202If you do not have this use something like the following to fix this:
     203
     204On Gentoo Linux:
     205
     206::
     207
     208  USE="python" emerge subversion
     209
     210On FreeBSD use the *ports/devel/subversion-python* port (preferred way) or *ports/devel/subversion* with
     211
     212::
     213
     214  WITH_PYTHON=true
     215
     216
    198217--------
    199218