Changes between Initial Version and Version 1 of SfnToTracScript


Ignore:
Timestamp:
May 29, 2008, 12:24:50 PM (16 years ago)
Author:
Marcin Wojdyr
Comment:

New hack SfnToTracScript, created by marcin

Legend:

Unmodified
Added
Removed
Modified
  • SfnToTracScript

    v1 v1  
     1= sfn2trac.py - importer of SourceForge's new backup file =
     2
     3== Description ==
     4
     5The script allows importing trackers from SourceForge.
     6
     7Sourceforge has two versions of ''XML Data Export facility''. This scripts imports tickets and users from the ''new'' backup file, which is available for project administrators at:
     8https://sourceforge.net/export/xml_export2.php?group_id=project-group-id
     9
     10The script was written to help with migration of the wxWidgets/wxPython tracker to http://trac.wxwidgets.org. All wx specific bits where put into configuration section and hopefully the importer can be easily used by other projects.
     11
     12Tested only with Trac 0.11rc1 + AccountManagerPlugin.
     13
     14Documentation and configuration options can be found at the beginning of the script.
     15
     16
     17== Bugs/Feature Requests ==
     18
     19Existing bugs and feature requests for SfnToTracScript are
     20[report:9?COMPONENT=SfnToTracScript here].
     21
     22If you have any issues, create a
     23[http://trac-hacks.org/newticket?component=SfnToTracScript&owner=marcin new ticket].
     24
     25== Download ==
     26
     27Download the zipped source from [download:sfntotracscript here].
     28
     29== Source ==
     30
     31You can check out SfnToTracScript from [http://trac-hacks.org/svn/sfntotracscript here] using Subversion, or [source:sfntotracscript browse the source] with Trac.
     32
     33== Example ==
     34
     35{{{
     36edit setting in sfn2trac.py
     37./sfn2trac.py
     38}}}
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(sfntotracscript, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:marcin] [[BR]]
     47'''Contributors:'''