public
Description: Trac to Lighthouse ticket importer.
Clone URL: git://github.com/shayarnett/trachouse.git
name age message
file LICENSE Wed Jul 23 02:39:57 -0700 2008 Consolidated user configuration. [biochimia]
file README Tue Sep 30 05:07:54 -0700 2008 Fixed author name. [gaspard]
file trachouse.rb Tue Sep 30 04:53:28 -0700 2008 Added a note on how to use trachouse with a tra... [gaspard]
README
Trac to Lighthouse ticket importer

Original Author: Shay Arnett <shayarnett@gmail.com>

Contributions by :
    Maxim Chernyak <max@bitsonnet.com>
    João Abecasis <joao@abecasis.name>
    Gaspard Bucher <http://github.com/gaspard>


NOTES
-----

You'll need to get lighthouse.rb from
http://ar-code.svn.engineyard.com/lighthouse-api/lib

Enter Lighthouse and Trac configuration data in the ###marked### sections.

Usage:

    require 'trachouse'

    t = Ticket.new

    # grabs all tickets from trac
    tickets = t.populate_tickets
    # import tickets to lighthouse
    t.import_tickets(tickets)
    # profit

You may want to inspect tickets and import a subset for testing, before
bulk processing all tickets.