Ticket Change Details
Not logged in
Overview

Artifact ID: 1ad7b21bfdc61acc5e93db8eea446e211759b29f
Ticket: b32014507ab7528c68510343904ce33a1f31e6e5
fossil new --date-override issue
User & Date: altufaltu 2010-02-14 15:39:06
Changes

  1. comment changed to:
    It seems <code>--date-override</code> doesn't work correctly with <code>fossil new</code>, which is required for importing files from other repositories:
     
    <pre>
    $ fossil new test.fsl -A test --date-override "2010-01-01 UTC" 
    project-id: 05468b497577aa00211a76732a997723fb5a8acf
    server-id: 23567149953dd056df1d40062d214826895c9dae 
    admin-user: test (initial password is "5a4f69") 
    
    $ fossil timeline -R test.fsl 
    </pre> 
    → The timelime shows no entries!
    
    If I create a new repository without date override and then try to override date to a past value, fossil complains about time skew and doesn't accept commit!
    
  2. status changed to: "Open"
  3. title changed to: "fossil new --date-override issue"
  4. type changed to: "Code_Defect"