Re: [sqlite] CANTOPEN error on Windows systems running TortoiseSVN

2008-06-04 Thread Robert Simpson
of SQLite Database Subject: Re: [sqlite] CANTOPEN error on Windows systems running TortoiseSVN On Wed, Jun 4, 2008 at 11:41 PM, Eric Minbiole <[EMAIL PROTECTED]> wrote: > It looks like you can configure TortoiseSVN to include / exclude > specific paths during its searches. Though I've not

Re: [sqlite] CANTOPEN error on Windows systems running TortoiseSVN

2008-06-04 Thread Filip Navara
On Wed, Jun 4, 2008 at 11:41 PM, Eric Minbiole <[EMAIL PROTECTED]> wrote: > It looks like you can configure TortoiseSVN to include / exclude > specific paths during its searches. Though I've not tried it, I would > think you could simply exclude any paths that contain SQLite databases. > This

Re: [sqlite] CANTOPEN error on Windows systems running TortoiseSVN

2008-06-04 Thread Eric Minbiole
> - TSVNCache.exe monitors files and for whatever reason it opens them > and performs some queries on them. > - SQLite creates a journal file. > - TSVNCache notices the new file and opens it. > - SQLite deletes the journal file and it now enters the "Delete > Pending" state since TSVNCache still

[sqlite] CANTOPEN error on Windows systems running TortoiseSVN

2008-06-04 Thread Filip Navara
Hello! While testing our application we occasionally got the "Unable to open database" error on several machines from time to time. Same problem is also discussed on http://sqlite.phxsoftware.com/forums/t/689.aspx. It was very hard to reproduce since it was timing dependent, but we managed to pin