Edgewall Software

Changes between Version 289 and Version 290 of 0.12/TracFaq


Ignore:
Timestamp:
Jan 17, 2008, 8:52:41 AM (16 years ago)
Author:
Christian Boos
Comment:

Added some more leads for fixing the most popular Subversion errors

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v289 v290  
    292292  ImportError: No module named svn
    293293}}}
    294 
    295 To verify you should have a `libsvn` and `svn` directory underneath Python's `site-packages` directory.
     294''Note that in recent versions of Trac, this error reads rather: `TracError: Unsupported version control system "svn".` ''.
     295
     296To verify you should have a `libsvn` and `svn` directory underneath Python's `site-packages` directory, but see rather TracSubversion#unsupported-vcs for more detailed troubleshooting information.
    296297
    297298 If you do not have this use something like the following to fix this:
     
    399400Start by reading the TracSubversion page and its [TracSubversion#Troubleshooting troubleshooting] section.
    400401
     402In particular, there are detailed instructions for how to deal with very common installation issues, like the [TracSubversion#unsupported-vcs Unsupported version control system "svn"] error or the [TracSubversion#instance-dict-restricted-mode RuntimeError: instance.__dict__ not accessible in restricted mode] ones.
     403
    401404=== I have issues with SQLite/Pysqlite and Trac ===
    402405