Ticket #5463 (assigned enhancement)

Opened 4 years ago

Last modified 4 years ago

Ability to import into a new local Trac db

Reported by: thijs Assigned to: thijs (accepted)
Priority: normal Component: JiraToTracIntegration
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Would be nice if the commandline tool's had a --new option that allows you to create a new Trac instance from scratch, based on the settings in a .cfg file, and import the Jira into.

Attachments

Change History

07/09/09 01:13:42 changed by thijs

Which basically means this kind of script needs to be Pythonized:

#!/bin/sh
# todo: implement in python

PORT=8000
TRAC=test
USER=admin
PASSWORD=admin

HTPASSWD=$TRAC/.htpasswd
BASICAUTH=--basic-auth=$TRAC,$HTPASSWD,$TRAC
ACCOUNTMANAUTH=
AUTH=$BASICAUTH

# start trac
tracd -p $PORT $AUTH $TRAC

07/23/09 01:25:28 changed by thijs

  • status changed from new to assigned.

First half was fixed in r6272:

{{ PORT=8000 TRAC=test USER=admin PASSWORD=admin }}}


Add/Change #5463 (Ability to import into a new local Trac db)




Change Properties
Action