Overview
Artifact ID: | 1ad7b21bfdc61acc5e93db8eea446e211759b29f |
---|---|
Ticket: | b32014507ab7528c68510343904ce33a1f31e6e5
fossil new --date-override issue |
User & Date: | altufaltu 2010-02-14 15:39:06 |
Changes
- 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!
- status changed to: "Open"
- title changed to: "fossil new --date-override issue"
- type changed to: "Code_Defect"