On Wed, Apr 30, 2014 at 11:38 PM, Stephan Beal <sgb...@googlemail.com>wrote:

> On Wed, Apr 30, 2014 at 11:36 PM, <to...@acm.org> wrote:
>
>>   But there are some problems (This is fossil version 1.29 [003db810a2]
>> 2014-04-30 18:02:45 UTC):
>>
>> fossil test-name-changes -R \db\some.fossil prev trunk
>> Assertion failed: e>0, file ..\src\bag.c, line 122
>>
>
> Reproducible here. i'll take a look.
>

Solved. The problem is that 'prev' does not resolve (has no meaning) when
no checkout is opened, and -R suppresses the opening of a checkout.

[stephan@host:~/cvs/fossil/cwal]$ fossil test-name-changes -R ../cwal.fsl
prev trunk
Invalid 'from' RID: 0

That's not _much_ better, but the place at which this failure is recognized
is a bit downstream of where the symbolic lookup actually fails (and it
gets a 0 as a result of that lookup failure).

Now fixed in the trunk.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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