[wx-dev] sf->trac import script
Robin Dunn
robin at alldunn.com
Wed Apr 30 16:10:55 PDT 2008
Marcin Wojdyr wrote:
> I'm attaching the import script - it's ready for testing. The first
> part of the file is configuration - how SF tracker fields are mapped
> to Trac fields.
>
> The script write a list of users to a text file. To enable transition
> of user accounts we will need AccountManagerPlugin, which can reset
> password and email a new password to user. It probably should be
> configured with password_store=SessionStore.
> I'll write a simple script that imports users later.
Can you also make it use a map for user names? When I was doing the
base install of Trac I found it was easy to have Trac use the same
password file as the SVN server and I thought it would be convenient to
have the same user names for both of them. (If anybody can think of a
reason we would want to have people able to authenticate with Trac but
not have SVN commit permission, please let me know.)
Either way, I'll take a look at your import script and experiment over
the weekend.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wx-dev
mailing list