Modify ↓
Opened 16 years ago
Closed 15 years ago
#3635 closed enhancement (worksforme)
reindex with revision change performance
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | RepoSearchPlugin |
Severity: | normal | Keywords: | |
Cc: | schnorpsie@… | Trac Release: | 0.11 |
Description (last modified by )
It looks there are change to update index for changed file only, instead of fully re-index of repository.
- in revision change case, get list of file change with SVNLOOK (or pythonsvn(?))
- run update index for those file
This could enhance web response time when revision changes.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Cc: | schnorpsie@… added; anonymous removed |
---|
comment:3 Changed 15 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
Reassigning ticket after changing maintainer of plugin.
comment:4 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is how it works in 0.10. If it doesn't work like that in 0.11 it's due to Trac API changes which need to be accounted for.