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

[Monotone-devel] mtn rename question

2007-08-31 Thread Tim Kettler
Hi, When doing a standard 'mtn rename ...' everything works as expected: [EMAIL PROTECTED]:~/Develop/testws$ mtn mkdir dir1 mtn: adding dir1 to workspace manifest [EMAIL PROTECTED]:~/Develop/testws$ mtn rename dir1 renameddir1 mtn: renaming dir1 to renameddir1 in workspace manifest When

[Monotone-devel] Re: emacs merge on Win32

2007-08-31 Thread Steven E. Harris
Stephen Leake <[EMAIL PROTECTED]> writes: > Is there already a Lua function that does that, or something similar? This thread might be relevant here: Default get_preferred_merge3_command -- converting to Cygwin paths http://thread.gmane.org/gmane.comp.version-control.monotone.devel/5936/foc

Re: [Monotone-devel] style question

2007-08-31 Thread Timothy Brownawell
On Fri, 2007-08-31 at 14:48 -0400, Ben Walton wrote: > Hi All, > > I'm adding 2 options to montone. The first is a --daemon to be used > by mtn serve as mentioned a few days back. This is very straight > forward, but it raises the questions of what to do with logs... > > To that effect, I'm als

[Monotone-devel] style question

2007-08-31 Thread Ben Walton
Hi All, I'm adding 2 options to montone. The first is a --daemon to be used by mtn serve as mentioned a few days back. This is very straight forward, but it raises the questions of what to do with logs... To that effect, I'm also planning on adding --syslog. Again, syslog is pretty straight fo

Re: [Monotone-devel] Windows version 0.36

2007-08-31 Thread Nathaniel Smith
On Thu, Aug 23, 2007 at 02:03:07PM -0700, J Decker 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 database locked after the >client

Re: [Monotone-devel] emacs merge on Win32

2007-08-31 Thread Stephen Leake
Stephen Leake <[EMAIL PROTECTED]> writes: > ... For example, a typical file is: > > "C:\DOCUME~1\stephe\LOCALS~1\Temp/mtn.left.QEBJ8B" > > Emacs lisp turns this into: > > "C:DOCUME~1 tepheLOCALS~1Temp/mtn.left.QEBJ8B" > > Escaping the backslashes is straightforward; they just need a > preceding ba