On Wednesday 11 January 2006 02:24 pm, [EMAIL PROTECTED] wrote: > Cannot modify database with already existing tickets !!! > > Does anyone know of a way to remove the current tickets from the database > so I can use a new xml_export file to get the new tickets.
load the db via sqlite command line tool and delete the tickets: #: sqlite3 /path/to/trac/db/trac.db #> delete from ticket; _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
