Project

General

Profile

Refetch log message from Repository

Added by Christophe Absil over 14 years ago

Hello,

I am trying to make it possible to update SVN log message. I know it is a SVN problem and I found a solution by executing a hook script in SVN. BUT in Redmine I always see the old message. I ran the script runner :
ruby script/runner "Repository.fetch_changesets" -e production

But the script runner doesn't help.

Is there a way to solve this ?

Thanks in advance

Christophe Absil


Replies (1)

RE: Refetch log message from Repository - Added by Eric Davis over 14 years ago

Redmine stores a copy of the changesets and logs in it's database. If you modified an existing commit log after Redmine read it, you will need to delete the Repository from the Redmine project and re-add it. This will not remove your repository, it will only removed Redmine's cache of the changesets from the database.

Eric Davis

    (1-1/1)