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

Re: SQLite appears to be compiled without large file support

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 05 Dec 2013 10:40:36 +0000

Adam Daughterson <Adam.Daughterson_at_dothill.com> writes:

> Prior to upgrading to WanDisco's 1.7.14 client, I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error when trying to do a fresh checkout:
>
> me@here:tmp$ svn co http://myThing/trunk myThing
> svn: E200030: sqlite[S22]: large file support is disabled
>
> I've verified that I can perform this same operation on a Linux samba share with the new clients, and nothing has changed on the Windows side of things.
>
> The really interesting part is that the db file is only 119k, so that's nice and weird...
>
> me_at_here:myThing$ ls -alh .svn
> total 144K
> drwxr-xr-x 4 adaughterson adaughterson 4.0K 2013-12-02 15:42 .
> drwxr-xr-x 9 adaughterson adaughterson 4.0K 2013-12-02 15:41 ..
> -rw-r--r-- 1 adaughterson adaughterson 3 2013-12-02 15:41 entries
> -rw-r--r-- 1 adaughterson adaughterson 3 2013-12-02 15:41 format
> drwxr-xr-x 97 adaughterson adaughterson 4.0K 2013-12-02 15:41 pristine
> drwxr-xr-x 5 adaughterson adaughterson 4.0K 2013-12-02 15:41 tmp
> -rw-r--r-- 1 adaughterson adaughterson 119K 2013-12-02 15:42 wc.db

Which OS is the client using? Which version of Subversion were you
using before the upgrade?

The 119K wc.db seems to imply that the checkout successfully added some
files/directories before failing. How mant rows are present?

  sqlite3 .svn/wc.db "select count(*) from nodes"

Can you identify which file/directory triggered the problem? Running
the checkout under strace might help identify what is wrong.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-12-05 11:41:32 CET

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.