Feature #1273
Need a way to re-sync repository history
| Status: | New | Start: | 2008-05-21 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | - | |||
| Resolution: |
Description
I had to edit the regex used to pass changeset history (see #1253). This didn't associate the revisions/issues immediately, I had to delete the repository from the project and re-add it to get the associations updated. A way to force the re-sync would have saved doing this.
Trac also has this functionality which can be run from the command-line periodically because subversion (not sure about other back-ends) does allow you to edit log messages after a commit so a resync would pick these up.
- Manually through the command-line, similar to the fetch_changesets (which would enable scheduled daily resyncs)
- A re-sync history on the repositroy settings tab
Ideally both would be good.