Re: [viewvc-users] Error in entering repos
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <4A16AA0F.4060603__28230.8321599432$1242999329$gmane$org@collab.net> |
ZHAO Robinson Rz wrote:
> Hi,
>
> I got following error when enter the repos, does anyone know why?
[...]
> SubversionException: ("Expected FS format '2'; found format '3'", 160043)
This is the error that Subversion's Python bindings throw when they are
asked to interact with a repository that was created with a version of
Subversion that's newer than what those bindings support.
In this case, it looks like you have a repository that was created with
Subversion 1.5 (or maybe 'svnadmin upgrade'd with Subversion 1.5), but your
Subversion Python bindings are compiled against something older (Subversion
1.4, etc.)
The solution is to ensure that version of your Subversion Python bindings
matches that of your core Subversion libraries and tools.
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2352896
To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkoWqg8ACgkQokEGqRcG/W48UwCdFnb6IJTShfQ0qi4MpoUOuloy Y8sAnivguNSjRksZx9QxQClBgwPLPRO7 =eqVt -----END PGP SIGNATURE-----