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

Re: problems after updating from 1.3.0 to 1.3.1

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-06 14:15:44 CEST

On Apr 6, 2006, at 13:44, Alexander Malic wrote:

> i got 1.3.0 running fine with apache.
>
> now i downloaded the 1.3.1. zip binary distribution and extracted
> and overwrote the files over my 1.3.0 version after i stopped
> apache server.
> i copied the apache modules to apache2\modules directory.
>
> after i started the apache server i couldn't login to repository
> via subclipse.
>
> the apache error log is attached.
>
> what did i wrong.
>
> reinstalling the 1.3.0 with installer didn't work. getting the same
> error all the time.

[snip]

> [Thu Apr 06 11:51:12 2006] [error] [client 192.168.1.216] (20014)
> Error string not specified yet: Berkeley DB error for filesystem D:/
> SVNRepository/wfrepos/db while opening environment:
> \nDB_VERSION_MISMATCH: Database environment version mismatch

You appear to have (inadvertently?) upgraded your Berkeley DB
libraries too. You'll need to upgrade your repository from the old
BDB version to the new one.

http://subversion.tigris.org/svn_1.3_releasenotes.html#bdb-upgrade

You may wish, once you get this all sorted out, to consider switching
your repository storage from BDB to FSFS, since FSFS does not have
these kinds of unexpected problems.

http://subversion.tigris.org/faq.html#bdb-fsfs-convert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 6 14:17:01 2006

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

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