0
votes

With a collegae we placed a hook (the pre-revprop-change hook) in svn. It works correct. If we go to TortoiseSVN -> select a revision wothout a message -> right click and choose 'Edit log message' we get a pop-up window. If one of us enters text and clicks ok it is shown in TortoiseSVN. However, if the other one opens TortoiseSVN the message is not shown. When selecting the revision -> right click and choose 'Edit log message' in the pop-up window the text is shown.

Anyone who knows how to see each others messages?

1

1 Answers

0
votes

This will almost certainly be due to TortoiseSVN caching log messages. You can turn this off through the TortoiseSVN settings dialog (right click in a folder, TortoiseSVN menu, Settings) where there is a section for "Log Caching" and a checkbox to enable/disable log caching.

If you turn log caching off, you should see the messages more quickly, but overall TortoiseSVN performance when showing history will be slower.