#7960 closed defect (invalid)
SubversionException: ("Expected FS format '2'; found format '3'", 160043)
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.11.2.1 |
Severity: | normal | Keywords: | svn binding mismatch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Apologies if this is entirely redundant to #3943 or not in the realm of a Trac issue. I am not building anything, just using prebuilt binaries and I honestly couldn't tell if the above ticket applied. I receive this error when I load a Trac installation relying on a fresh SVN repo format as of the versions below.
I have installed the latest Python 2.6 version, as well as the latest Trac (0.11.2.1) and SVN versions (1.5.5), all under Windows. I even tried copying the DLL files from my SVN install over the ones in the Python Lib/site-packages/libsvn to no avail. If it's an issue of the SVN bindings, how do I get the bindings to work with my SVN version? Thank you and apologies if this ticket is not your domain.
Looks like your SVN bindings for Python are for an older version of SVN. I don't know how they are called on Windows, but look for a package like svn-python or python-svn. It must match the major version of your SVN installation (1.5 in this case).
Anyway, this is an InstallationIssue. Please ask on the MailingList or on the IrcChannel.