Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Philip Martin
Adam Daughterson writes: > On 12/05/2013 10:25 AM, Les Mikesell wrote: >> On Thu, Dec 5, 2013 at 11:07 AM, Adam Daughterson >> wrote: >>> Checkouts on the local disk do work, and checkouts to Samba shares (not >>> Windows) work as well. I've only found operations on WC living on a Windows >>>

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread David Kelly
On Dec 5, 2013, at 11:32 AM, Adam Daughterson wrote: > On 12/05/2013 10:25 AM, Les Mikesell wrote: >> On Thu, Dec 5, 2013 at 11:07 AM, Adam Daughterson >> wrote: >>> Checkouts on the local disk do work, and checkouts to Samba shares (not >>> Windows) work as well. I've only found operations

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Thorsten Schöning
Guten Tag Adam Daughterson, am Donnerstag, 5. Dezember 2013 um 18:07 schrieben Sie: > Checkouts on the local disk do work, and checkouts to Samba shares (not > Windows) work as well. I've only found operations on WC living on a > Windows share to not work. [...] > fstat64(3, {st_mode=S_IFREG|075

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Les Mikesell
On Thu, Dec 5, 2013 at 11:32 AM, Adam Daughterson wrote: > >>> Checkouts on the local disk do work, and checkouts to Samba shares (not >>> Windows) work as well. I've only found operations on WC living on a >>> Windows >>> share to not work. >> >> This is starting to sound like one of those "if i

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Adam Daughterson
On 12/05/2013 10:25 AM, Les Mikesell wrote: On Thu, Dec 5, 2013 at 11:07 AM, Adam Daughterson wrote: Checkouts on the local disk do work, and checkouts to Samba shares (not Windows) work as well. I've only found operations on WC living on a Windows share to not work. This is starting to soun

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Les Mikesell
On Thu, Dec 5, 2013 at 11:07 AM, Adam Daughterson wrote: > > Checkouts on the local disk do work, and checkouts to Samba shares (not > Windows) work as well. I've only found operations on WC living on a Windows > share to not work. This is starting to sound like one of those "if it hurts, don't

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Adam Daughterson
On 12/05/2013 09:47 AM, Philip Martin wrote: Adam Daughterson writes: mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn", 0777) = 0 mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn/pristine", 0777) = 0 mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn/tmp", 0777) = 0 open("/mnt/cns/Users/ad

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Philip Martin
Adam Daughterson writes: > mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn", 0777) = 0 > mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn/pristine", 0777) = 0 > mkdir("/mnt/cns/Users/adaughterson/tmp/Tools/.svn/tmp", 0777) = 0 > open("/mnt/cns/Users/adaughterson/tmp/Tools/.svn/wc.db", > O_RDW

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Dave Huang
On 2013-12-05 1:16 AM, David Kelly wrote: Repeat adding -s to ls. I think that will list the position of EOF. I think you have a sparse file which physically occupies 119k but has massive holes which have yet to be assigned disk blocks. It's the other way around-- ls -l shows the logical lengt

Re: SQLite appears to be compiled without large file support

2013-12-05 Thread Philip Martin
Adam Daughterson 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

Re: SQLite appears to be compiled without large file support

2013-12-04 Thread David Kelly
On Dec 4, 2013, at 7:54 PM, Adam Daughterson wrote: > The really interesting part is that the db file is only 119k, so that's nice > and weird... > > me@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 adaug

SQLite appears to be compiled without large file support

2013-12-04 Thread Adam Daughterson
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 fil