On the project I'm working on, we have a file with svn:needs-lock that's frequently in contention. We frequently have to IM each other "let me know when you're done with X". If it's not really urgent, I would prefer not to interrupt my coworker if I don't have to.
Is there a util out there that will create a background process which will poll svn and pop a dialog or a system tray notification when the lock is released?
I'm on Windows and using TortoiseSVN, but even a python script that I could run in a command window would be better than nothing.