Modify ↓
#643 closed defect (fixed)
reflecting svn:log property changes in trac database
Reported by: | dju` | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.7.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
if i change the log property of revision X by doing:
svn propedit svn:log --revprop -r X
(because of a typo in the commit message for example), changes are obviously not reflected into trac database, ie. into the "revision" table of the sqlite db. would it be possible to find a way to synchronize the revision table with the svn log messages?
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
comment:3 by , 15 years ago
FAQ has been added to address this question: TracFaq#how-to-update-tracrevlog-after-revprop-edit. See also #4797.
Note:
See TracTickets
for help on using tickets.
trac-admin in trunk has a resync command to do just this.
Trac 0.7.1 need to run the sql command manually using "sqlite":