A change has been checked in. You'll still need to "rebuild" to fix past problems. But new problems should be prevented. Let me know if you find otherwise. Thanks.
2011/2/10 Lluís Batlle i Rossell <[email protected]> > 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 > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

