Re: SQLite appears to be compiled without large file support

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

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

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 Daughtersonadam.daughter...@dothill.com 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

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 adam.daughter...@dothill.com 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

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 adam.daughter...@dothill.com 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

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 adam.daughter...@dothill.com 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

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|0755,

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 adam.daughter...@dothill.com wrote: On 12/05/2013 10:25 AM, Les Mikesell wrote: On Thu, Dec 5, 2013 at 11:07 AM, Adam Daughterson adam.daughter...@dothill.com wrote: Checkouts on the local disk do work, and checkouts to Samba shares (not

Re: SQLite appears to be compiled without large file support

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

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

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 adam.daughter...@dothill.com 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