How do you get notified of your repos' updates?

Posted by furtelwart on Stack Overflow See other posts from Stack Overflow or by furtelwart
Published on 2010-02-17T07:26:59Z Indexed on 2010/03/29 4:03 UTC
Read the original article Hit count: 309

I'm working on several repositories at work and would like to be informed, if anything changes in the SVN repositories.

I made a small BAT script (yes, BAT is usefull sometimes) that keeps executing an svn log -r BASE:HEAD on my working copy. It shows all submit comments and revision dates. It works really well but it's not comfortable for different repositories.

How do you keep track of changes in your repositories? Do you use a small program you made for yourself? Do you use software someone else made?
I'm interested in every approach to this problem.

I would like to get notifications and several more information about the commit. The IDE integrated functions are good, but work only if I request the information.
I don't want to act to get this information.

Platform: Windows, Subversion 1.5 and higher.

© Stack Overflow or respective owner

Related posts about version-control

Related posts about svn