Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#2289 closed defect (invalid)

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@… Branch:
Release Notes:
API Changes:
Internal Changes:

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 (0)

Change History (3)

comment:1 by Russell Hind <rhind@…>, 19 years ago

Cc: rhind@… added

comment:2 by trac@…, 19 years ago

btw, I did perform:

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

comment:3 by trac@…, 19 years ago

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.