> Resyncing repository history...
> Command failed: Couldn't open Subversion repository /svn:
> SubversionException: ("Expected FS format '2'; found format '3'",
> 160043)

It looks like you are using a wrong version of Subversion on the
server, a version that does not match the version that has been used
to create and manage the repository.

Did you move your SVN repository using a "raw" method (save/restore
SVN directories), or did you use the "proper" method (svnadmin dump &
svnadmin load) ?

I don't remember which SVN FS version numbering scheme, but it's something like:
 FS v2: SVN 1.4
 FS v3: SVN 1.5 (+upgrade)
 FS v4: SVN 1.6 (+upgrade)

Cross check that the Subversion Python binding you use do match the
SVN repository FS format.

HTH
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to