Roland Bramm wrote:
> This XML file does not appear to have any style information associated
> with it. The document tree is shown below.
> - <D:error>
> - <C:error/>
> <m:human-readable errcode="165005">
> Expected version '1' of repository; found version '2'
> </m:human-readable>
> </D:error>
I don't know if you're supposed to get the error message in that way or
not, but it's clear from the message that you at least need to perform a
dump/load cycle of your repository (since the database layout changed in
0.28). In short you need to perform a dump ("svnadmin dump") using an
old (<0.28) subversion and then load the dump ("svnadmin load") using a
new subversion (>=0.28). This is described in the release mail and the
CHANGES file.
(Are you aware of the users list? No harm done, but it's a better place
to ask these kinds of questions.)
/Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 2 10:57:40 2003