Modify ↓
Opened 21 years ago
Closed 21 years ago
#347 closed defect (fixed)
Need way re-synch trac.db & svn repository
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | admin/console | Version: | 0.6.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I've had to change some log messages after commit using svn revprop and svnadmin setlog. These changes are not reflected in the trac.db. I haven't been able to find a trac-admin command that re-synchs the trac.db to the svn repository other than init - and obviously I don't want to run that. There should be a way to re-sync the trac.db to the svn repository for these kinds of changes.
Attachments (0)
Change History (3)
comment:1 by , 21 years ago
| Milestone: | 0.7 → 0.8 |
|---|
comment:2 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed in [791]. trac-admin how has a "resync" command for just this.
Note:
See TracTickets
for help on using tickets.



Yeah, trac-admin should probably have a "resync" command.
Until then you can open the database with sqlite like this:
And remove the cached values:
Trac will resync the repository the next time trac.cgi is executed.