-
Notifications
You must be signed in to change notification settings - Fork 0
Converts Sourceforge tracker xml export to mantis importable xml
drx777/SFTracker2mantis
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
== ABSTRACT == SFTracker2mantis is a humble attempt at creating a conversion tool for the sourceforge tracker to mantis. The current state is not much more but a proof of concept and first working test. == USAGE == # you will have to add every category, otherwise they may get lost # to get a list of all categories, run $ xsltproc listCategories.xsl sftexport.xml # you will have to add every reporter with its username, otherwise the admin will be used # to get a list of all reporters, run $ xsltproc listReporters.xsl sftexport.xml | sort | uniq -c | sort # to convert a sft export, run $ xsltproc sft2mantis.xsl sftexport.xml > mantis.xml == TODO == * try to add support for bug notes or add an option (config.xml) to concat notes to the bug description
About
Converts Sourceforge tracker xml export to mantis importable xml
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published