monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] "mtn auto select 'i:'" fails, monotone: error: sqli


From: Matthew Gregan
Subject: Re: [Monotone-devel] "mtn auto select 'i:'" fails, monotone: error: sqlite error: 1: unrecognized token: ":"
Date: Wed, 7 Dec 2005 12:27:56 +1300
User-agent: Mutt/1.5.11

At 2005-12-06T16:44:16-0600, Timothy Brownawell wrote:
> $ monotone auto select 'i:'
> 
> On Linux (under bash) this gives all revids (as it should).
> 
> On Windows (under cmd.exe) this gives the following error:
> 
> monotone: error: sqlite error: 1: unrecognized token: ":"
> monotone: error: make sure database and containing directory are
> writeable

Windows doesn't strip the single quote characters before they're passed into
main() via argv[], so monotone sees the literal string: 'i:'.

You can reproduce this with bash like so:
$ monotone automate select \'i:\'

Cheers,
-mjg
-- 
Matthew Gregan                     |/
                                  /|                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]