Edgewall Software

Changes between Version 39 and Version 40 of TracSubversion


Ignore:
Timestamp:
Mar 29, 2007, 9:05:20 AM (17 years ago)
Author:
Christian Boos
Comment:

Add one entry for our beloved Unsupported version control system "svn" error

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v39 v40  
    149149This kind of error seems to happen frequently. Sometimes it seems to be related to the Trac cache being out-of-sync and needing a manual `resync` (#2739, #3301, #3728); this can happen if the repository was rebuilt and its UUID hasn't changed. Sometimes it seems to be because the repository is temporarily unavailable (#2346), and sometimes, we simply don't know yet (#3773, #3861, #3875).
    150150
     151==== `Unsupported version control system "svn"` ==== #unsupported-vcs
     152
     153By far one of our most commonly reported installation issue
     154(search:'"Unsupported version control system"'), this simply means
     155that the Python bindings for Subversion can't be loaded by Trac.
     156
     157This can be due to a variety of reasons, and you should go through the
     158following check list to find out.
     159
    151160==== Check list ====
    152161
    153162When there's some trouble using the Subversion bindings,
    154 it usually help to perform the following checks:
     163it usually helps to perform the following checks:
    155164
    156165 1. Verify that you can load the bindings using the Python interactive interpreter