Ticket Change Details
Not logged in
Overview

Artifact ID: 279da1f85a7113e7f276df09467ff30778f5853d
Ticket: 375e5703329a743339c3b6399d7c41a8c98c7a24
fossil: bad object id: 0 on up
User & Date: drh 2010-10-24 22:55:25
Changes

  1. Appended to comment:
    
    
    <hr /><i>drh added on 2010-10-24 22:55:25:</i><br />
    No updates.  An easy workaround is to do one of:
    
    <pre>
       fossil update --latest
       fossil update trunk
       fossil update <i>version-number</i>
    </pre>
    
    Instead of just:
    
    <pre>
       fossil update
    </pre>
    
    The problem is here that fossil is having trouble figuring out what version
    it needs to update to.  If you give it a hint, it will normally keep going
    without trouble.
    
    It would help to have a reproducible test case.