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 (
commit 6e602bc184e2f81b6210f60165a61a5c49e3d5fb
tree 965ffc0154e8279387c9c052afc99ef578d783cc
parent 7b286ea46c68f4e6be3dce52ef4fc0618741315e
tree 965ffc0154e8279387c9c052afc99ef578d783cc
parent 7b286ea46c68f4e6be3dce52ef4fc0618741315e
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Jul 23 02:39:57 -0700 2008 | |
| |
README | ||
| |
trachouse.rb |
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 Buma <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.








