This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Jul 23 02:39:57 -0700 2008 | [biochimia] |
| |
README | Tue Sep 30 05:07:54 -0700 2008 | [gaspard] |
| |
trachouse.rb | Tue Sep 30 04:53:28 -0700 2008 | [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.




