[Trac] How to resync commit message after svn propchange?

Christian Boos cboos at bct-technology.com
Fri Feb 4 07:53:38 EST 2005


Hi,

Some ideas:

Norbert Unterberg wrote:

> I have the following problem with Trac:
>
> After checking something in with subversion, I changed the commit 
> message using
>   svn propset svn:log --revprop

Did it work? (i.e. does the svn log -r command gives you back the 
updated message?)

>
> But the Trac source browser still displays the old log message. Even 
> using the trac-admin resync command does not update the log message.
>
> Is there any way how I can do this? What does trac-admin resync do if 
> not updating the database from the subversion repos?
>
Indeed, the trac-admin resync is supposed to do the job.
Can you check in the SQLite database (select message from revision where 
rev = X)
if the change was properly stored? If yes, it can still be a browser 
cache issue.
If not, I don't see.

-- Christian


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 2005-02-03



More information about the Trac mailing list