Import trac tickets to a gogs repo
 
 
Go to file
Sandro Santilli be4b463b4a Add check target 2016-11-10 13:09:35 +01:00
.editorconfig Add TODO item, and .editorconfig 2016-10-26 18:59:44 +02:00
.gitignore Ignore built file 2016-10-26 18:24:51 +02:00
COPYING Add proper licensing terms 2016-10-22 13:29:17 +02:00
Makefile Add check target 2016-11-10 13:09:35 +01:00
README.md Add contact and website 2016-10-28 21:14:31 +02:00
trac2gogs.go Fix test, document link resolver function 2016-11-10 12:48:58 +01:00
trac2gogs_test.go Fix test, document link resolver function 2016-11-10 12:48:58 +01:00

README.md

Migrate trac tickets to gogs

Homepage: http://strk.kbt.io/projects/go/trac2gogs/ Contact: strk@kbt.io

NOTE: only supported when both Gogs and Trac use an PostgreSQL database

WARNING: this is a work in progress, not ready for production !

Done:

  • Imports Components, Priorities, Severities, Versions, Types and Resolutions to labels
  • Imports Milestones
  • Import of tickets
  • Import ticket comments
  • Convert {{{ }}} blocks to
  • Import attachments
  • Convert traclinks

Todo:

  • Import wiki pages ?