Tortoise SVN Log messages does not update

时光总嘲笑我的痴心妄想 提交于 2021-01-27 05:40:15

问题


SVN repository keeps the log messages as properties attached to each revision. these properties are kept in db/revprops folder of repository with same numbering as revision. I needed to change format of the log messages and include some extra information. Format of the prop files (at least for version 7 uncompressed) is just key value in text format. I wrote a small program to do this and successfully edited the log messages.

Running SVN Log verifies the command line and shows updated log messages

Problem

Opening TortoiseSVN in dev computers does not show the updated messages in list; however if developer right click on the revision item in list and select Edit log message the edited message will show up. Even checkout of whole repository to new folder still shows the old message.

Tortoise revision list is not updated

Question Above observation makes me believe that TortoiseSVN somehow caches the log messages in client computers. Where is this information stored?


回答1:


Yes, TortoiseSVN caches the log messages and changed paths. You should be able to clear the cache via TortoiseSVN Settings | Log Caching | Cached Repositories.

Read TortoiseSVN Manual | Log Caching & Cached Repositories for further information.

NOTE: Log caching is a very helpful feature. Don't disable it and be careful when you enter log messages.




回答2:


On the SVN setting go to log caching, and under tab 'global setting' untick the checkbox 'enable log caching'. click 'ok' . it shall solve your problem



来源:https://stackoverflow.com/questions/44837856/tortoise-svn-log-messages-does-not-update

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!