On Thu, Feb 10, 2011 at 09:44:20PM +0100, Lluís Batlle i Rossell wrote:
> Hello,
> 
> as I have a repository where I have reproduced the problem
> http://fossil-scm.org/index.html/tktview?name=fbea61caf0 , I'm investigating a
> bit.
> 
> I found this:
> sqlite> .schema orphan
> CREATE TABLE orphan(
>   rid INTEGER PRIMARY KEY,
>     baseline INTEGER
>     );
>     CREATE INDEX orphan_baseline ON orphan(baseline);
> sqlite> select * from orphan;
> 8024|8031
> sqlite> select * from blob where rid=8024 or rid=8031;
> 8024|26|257565|5d6a9957808c417aae6f41c8c9cda1dc6e3bffbb|
> 8031|26|347|66514ffdad03438ddda7145dbedbed7f2e72a294|
> 
> The first, 8024, is the BASELINE manifest artifact, that shows fine in all
> fossil operations. 8031 is the next DELTA manifest artifact, that does not 
> show.
> No artifact after that shows, either.

So, I suggested a patch available there:
http://fossil-scm.org/index.html/tktview?name=fbea61caf0

I can't test it. The owner of that part will understand better if it fits or
not.

Thank you,
Lluís.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to