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: | 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 , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
Note:
See TracTickets
for help on using tickets.
btw, I did perform: