Hi,

>load the db via sqlite command line tool and delete the tickets:

>#: sqlite3 /path/to/trac/db/trac.db
>#> delete from ticket;

Thanks for tht. Really appreciate it.
However its now giving some new errors while importing the tickets.

Error: columns ticket, time, field are not unique

Has anyone come across this before. Well the ticket table in trac.db was
created by trac itself. Do I need to modify the table to work along with
sourceforge2trac.py and specfic xml_export file provided by sourceforge?

Thankyou.

Manas.


> 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

Reply via email to