Re: [Monotone-devel] Re: Windows version 0.36

2007-08-31 Thread J Decker
frigging mailing lists responding to wrong places On 8/31/07, J Decker <[EMAIL PROTECTED]> wrote: > > I happen to now know a bit about what sqlite does with locking. > If you just do > > prepare( "select blah from somewhere" ); > step > > and this does not either get unmade - err destroyed? I

Re: [Monotone-devel] Re: Windows version 0.36

2007-08-30 Thread Daniel Carosone
On Thu, Aug 30, 2007 at 09:09:09PM -0600, Derek Scherger wrote: > I don't know of anything that changed regarding database locks in the > 0.35 - 0.36 timeframe As a minimum, sqlite itself was upgraded. -- Dan. pgpOTU02KhuJ1.pgp Description: PGP signature _

Re: [Monotone-devel] Re: Windows version 0.36

2007-08-30 Thread Derek Scherger
J Decker wrote: > This is only new as of 0.36... previously any locks were unlocked... > this is more like a sign that some query is left hanging instead of > being completed. It's not that I'm attempting to use it at the same > time, but, again previously, I could push/pull from the database and

Re: [Monotone-devel] Re: Windows version 0.36

2007-08-24 Thread Derek Scherger
J Decker wrote: > This really IS a problem will it be sorted out? Are you trying to use a single database for interactive work as well as the server process? If so, this never did work properly and is not currently supported. You must have separate databases for the server process and any "cli

[Monotone-devel] Re: Windows version 0.36

2007-08-24 Thread J Decker
This really IS a problem will it be sorted out? On 8/23/07, J Decker <[EMAIL PROTECTED]> wrote: > > I recently updated to this. I occasionally serve my database so i can > pull/push to my virtual machines on the same system. The current version ( > 0.35 did not do this) ends up leaving the d