Edgewall Software

Ticket #2289 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

Cannot perform resync after ugrading from 0.8.4 to 0.9

Reported by: trac@… Owned by: daniel
Priority: normal Milestone:
Component: admin/console Version: 0.9
Severity: normal Keywords:
Cc: rhind@…

Description

Traceback below:

trac db # trac-admin /var/lib/trac/helios resync 
Resyncing repository history...
Command failed: ('Berkeley DB error for filesystem /var/svn/helios/db while opening environment:\nInvalid argument', 160029)
Exception exceptions.AttributeError: "'SubversionRepository' object has no attribute 'log'" in <bound method SubversionRepository.__del__ of <trac.versioncontrol.svn_fs.SubversionRepository object at 0x406b89ac>> ignored

Attachments

Change History

Changed 3 years ago by Russell Hind <rhind@…>

  • cc rhind@… added

Changed 3 years ago by trac@…

btw, I did perform:

 $ mv trac.db trac2.db
 $ sqlite trac2.db .dump | sqlite3 trac.db

Changed 3 years ago by trac@…

  • status changed from new to closed
  • resolution set to invalid

My mistake, the svn repo needed a little TLC:

trac db # svnadmin recover  /var/svn/helios        
Repository lock acquired.
Please wait; recovering the repository may take some time...

Recovery completed.
The latest repos revision is 264.
trac db # chown -R apache:apache /var/svn/helios 
trac db # trac-admin /var/lib/trac/helios resync
Resyncing repository history...
Done.

Add/Change #2289 (Cannot perform resync after ugrading from 0.8.4 to 0.9)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from daniel. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.