Opened 16 years ago
Closed 16 years ago
#7448 closed defect (worksforme)
Subversion 1.5 Support
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.11-stable |
Severity: | normal | Keywords: | svn subversion 1.5 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After upgrading the version of subversion from 1.4 to 1.5, the Trac chashed with the following message:
Trac detected an internal error:
SubversionException: ("Expected FS format '2'; found format '3'", 160043)
It seems to be an SVN FS error, and I saw something like in the the Changeset 7298, but it still not working.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Severity: | critical → normal |
---|
This is an installation issue, Subversion 1.5 does work with Trac, AFAICT.
As Remy wrote, it is likely that you've using the Python bindings for SVN 1.4.
Please resume the discussion in the MailingList.
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This looks like a version mismatch between the Subversion command-line client and the Subversion Python bindings. It seems that the Python bindings are still from 1.4, and therefore cannot access a repository created with 1.5.
What OS are you using? What package versions do you have installed (Subversion, Python bindings, Python, Trac)?