Ticket Change Details
Not logged in
Overview

Artifact ID: 1141fc7d4f6b21f3a25557e5bd59d4fec023d29d
Ticket: c2efdd64bff166c33d3336989b86dcae277dc247
Allow for replay-style imports to the ticket system
User & Date: rmax 2012-08-03 11:02:31
Changes

  1. comment changed to:
    While exploring ways to get Tcl/Tk's ticket history ported from SF to fossil, I thought of doing it by replay, i.e. parse the XML dump of the SF tracker and feed every action recorded there into the command line interface of fossil. This will probably take longer to run than a converter that works directly on the SQLite database, but it requires less knowledge of fossils internals for writing the converter.
    
    I spotted two (hopefully small) additions to the ticket commands that would be needed to do this, but more might turn up on the way.
      1.  Add an option to <b>ticked add</b> to specify the Id of the newly created ticket instead of auto-generating one, so that the SF ticket numbers can be retained and existing references to them don't break.
      2.  Add an option to <b>ticket add</b> and <b>ticket set</b> to specify the timestamp for the change to be added, so that it appears in the correct historic context.
    
  2. private_contact changed to: "657fecc17bdc2306d28088355d2cfe0485c38cab"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to:
    Allow for replay-style imports to the ticket system
    
  6. type changed to: "Feature_Request"