Robotronx
Robotronx

Reputation: 1818

Changed svn commit message doesn't show in log

For some reason SVN doesn't want to search and show changed commit messages, it behaves as if the original message is still relevant. Steps I take:

  1. I commit in SVN. Let's say I commit with a message containing following string: MS-1348
  2. Afterwards I change the commit message, changing MS-1348 into MAX-87.
  3. When I open log using TortoiseSVN and search for MAX-87 I get nothing (even after Show All). But if I search using the old MS-1348 I still get to see the revisions.
  4. Another interesting tidbit: if I go to Edit log messages I will see the new message (containing MAX-87).

Is there a way to make SVN behave like you would expect it to and show the new string / search by new string? Perhaps something is cached somewhere?

enter image description here

Upvotes: 1

Views: 767

Answers (1)

g32n1
g32n1

Reputation: 46

tortoise-svn's log-caching can cause this behaviour. clear the cache and try again.

Upvotes: 3

Related Questions