I can write a message when placing a lock on a file, using TortoiseSVN. I can then use the Repository Browser to see that the file is locked. It even shows a column with the programmer who locked the file. But where can I see the message left when the file was locked?

The Show Log option in the Repository Browser does not even include them moments where a file has been locked.

link|improve this question

48% accept rate
feedback

2 Answers

up vote 1 down vote accepted

You can use the "Check for modifications" dialogue on your working copy. Click "Check repository" to obtain fresh data.

link|improve this answer
Thanks! That worked. But I does not feel natural. Having to check out a working copy so I can then see if the reason some one locked a file? – lamcro Oct 25 '11 at 17:04
You're probably right. I suppose that file locking is not a commonly used feature and could still use some polish. – Álvaro G. Vicario Oct 25 '11 at 17:07
feedback

I don't know about TortoiseSVN, but

svn info url/to/file

shows lock details with the comment

link|improve this answer
That one I know. Thanks. But I needed to find out with TortoiseSVN. – lamcro Oct 25 '11 at 18:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.