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

[TSVN]"Bad database version" problem...

From: tdkim <tdkim_at_unimo.co.kr>
Date: 2005-04-27 02:40:30 CEST

I use TortoiseSVN -r 3124.

I have a problem, "Bad database version".

This is full error string.

Unable to open an ra_local session to URL Unable to open repository '...'Bad database version: compiled with 4.2.52, running against 4.3.27

I found the solution.
1. "svnadmin dump MYREPO > MYREPO.dump" using subversion with db-4.2.52.
2. "svnadmin load MYREPO < MYREPO.dump" using subversion with db-4.3.27

Who know simpler solution than mine?

Thank you...
Received on Wed Apr 27 02:43:03 2005

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

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