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

Re: issue-3390-dev branch question

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 05 Oct 2009 11:07:15 +0100

Hi Edmund.

Developments on the trunk this year have been changing the WC format
from time to time. It looks like you are creating a WC using one build
of Subversion and then trying to access it using another build.

> D:\other_projs\branches\issue-3390-dev>svn --version
> svn, version 1.7.0 (dev build)
> compiled Oct 5 2009, 17:01:05

> D:\other_projs\branches\issue-3390-dev>svn co
> file:///d:/other_projs/branches/issue-3390-dev/issue-3390-repos
> issue-3390-wc
> ..\..\..\subversion\libsvn_subr\sqlite.c:570: (apr_err=200032)
> svn: Schema format 14 not recognized

Did the "issue-3390-wc" subdirectory already exist before you ran this
command? If so, it looks like it was created with a different build of
Subversion from the one you're running now. If not, maybe you are using
a bad build of Subversion that links the wrong libraries.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2403506
Received on 2009-10-05 12:07:35 CEST

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.