[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cant get mod dav working on Macosx with new libsvn_fs version ...

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-09-02 10:56:21 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.