Hmmm.... I have 1.19 but still see the problem since I built from source
before it was released? It might be a little clearer to ensure the 1.19 is
only in the files from the checkin prior to the release.

chlr11723> fossil version
This is fossil version 1.19 [24c16584cc] 2011-08-26 14:59:43 UTC

But:

chlr11723> strings ~/bin/fossil | grep 'UPDATE undo SET content'
UPDATE undo SET content=:c, existsflag=%d, isExe=%d, isLink=%d redoflag=NOT
redoflag WHERE pathname=%Q

===============
BTW: I edited the binary (just replaced the space with a comma) and as
expected it works fine:

chlr11723> ./fossil update
Autosync:  file:///tmp/mrwellan/testing/test2.fossil
                Bytes      Cards  Artifacts     Deltas
Sent:             130          1          0          0
Received:         354          8          0          0
Total network traffic: 245 bytes sent, 445 bytes received
UPDATE foo.txt
./fossil: unable to open file "/tmp/mrwellan/testing/test/foo.txt" for
writing
Rolling back prior filesystem changes...
UNDO foo.txt
chlr11723>

On Thu, Oct 6, 2011 at 10:34 AM, Matt Welland <estifo...@gmail.com> wrote:

> Ah, cool!! I assumed the SQLITE error was somehow related to the
> non-writablitiy of the file. I'll read more carefully and dig a little
> deeper next time so the feedback can be of higher quality.
>
>
> On Thu, Oct 6, 2011 at 10:27 AM, Richard Hipp <d...@sqlite.org> wrote:
>
>>
>>
>> On Wed, Oct 5, 2011 at 4:16 PM, Matt Welland <estifo...@gmail.com> wrote:
>>
>>> Rolling back prior filesystem changes...
>>> UNDO foo.txt
>>> fossil: SQLITE_ERROR: near "redoflag": syntax error
>>> fossil: near "redoflag": syntax error
>>> UPDATE undo SET content=:c, existsflag=1, isExe=0, isLink=0 redoflag=NOT
>>> redoflag WHERE pathname='foo.txt'
>>>
>>
>> The problem was fixed here:
>>
>>     www.fossil-scm.org/fossil/ci/be956c3c88fd
>>
>> This fix should be in version 1.19.
>>
>>
>>
>>>
>>>
>>>
>>> _______________________________________________
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>>
>>
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to