Ticket Change Details
Not logged in
Overview

Artifact ID: e8d1adacd21e35d1165d0a13f25b49799368b960
Ticket: 289844a2cb535a465c4d956f9907e5b3762d2193
missing table time_fudge on commit
User & Date: wolfgang 2010-11-14 10:54:38
Changes

  1. comment changed to:
    doing commits using the --date-override option i a strange way forces the following error:
    
    <pre>
    fossil "commit" "--force" "--user-override" "anonymous" "--date-override" "2003-02-18 14:22:20" "--comment" "Initial revision"
    
    fossil "commit" "--nosign" "--force" "--user-override" "anonymous" "--date-override" "2003-02-18 14:22:19" "--branch" "avendor" "--comment" "nocomment"
    ..\fossil.exe: SQLITE_ERROR: no such table: time_fudge
    ..\fossil.exe: no such table: time_fudge
    INSERT OR REPLACE INTO time_fudge VALUES(5, 2452689.098842593, 6, 2452689.098831019);
    
    If you have recently updated your fossil executable, you might
    need to run "fossil all rebuild" to bring the repository
    schemas up to date.
    </pre>
    
  2. foundin changed to: "761a6a9dcf"
  3. private_contact changed to: "40aba61d32222f9df09cded35d532d494b2dec55"
  4. status changed to: "Open"
  5. title changed to: "missing table time_fudge on commit"
  6. type changed to: "Code_Defect"