Added by Adam Klinkosz almost 14 years ago
I had to restore the redmine database from the backup SQL file. The problem is that, in table changes, there are too few commits. There is a void between backup and restore. Everything else (issues, changesets, changesets_issues) are fine.
When I open the revision there are no changes listed. How to manually restore those changes differentially?
PS. I am using subversion repository.
Thanks in advance for the help!
Try running ruby script/runner "Repository.fetch_changesets" -e production
in your redmine directory. If that doesn't help, you will have to delete and re-add the repository settings in each project in order to force redmine to rescan the whole repository.