Modify ↓
Ticket #2289 (closed defect: invalid)
Opened 6 years ago
Last modified 6 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@… | ||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 6 years ago by Russell Hind <rhind@…>
- Cc rhind@… added
comment:2 Changed 6 years ago by trac@…
comment:3 Changed 6 years ago by trac@…
- Resolution set to invalid
- Status changed from new to 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: