Ticket #5048 (new defect)
Cannot operate on a closed database
| Reported by: | eblot | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.6 |
| Component: | admin/console | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
There is a small issue with trac-admin when upgrade is followed by a resync command.
This is a very minor issue as exiting/restarting the administration console bypasses the issue.
python2.4 trac/admin/console.py /local/db/trac/project Welcome to trac-admin 0.11dev-r208 Interactive Trac administration console. Copyright (c) 2003-2007 Edgewall Software Type: '?' or 'help' for help on commands. Trac [/local/db/trac/project]> upgrade Upgrade done. Trac [/local/db/trac/project]> resync Resyncing repository history... Command failed: Cannot operate on a closed database. Trac [/local/db/trac/project]> quit
r208 here matches [5148].
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


