views:

51

answers:

3

What are softwares used to get real time notifications when the others commit their codes to SVN or Source Control?

+4  A: 

On Windows I use CommitMonitor and like it a lot.

Alexandre Jasmin
+1. nice, I didn't know about that tool.
Mitch Wheat
+1  A: 

Using svn, your best bet would be a post-commit hook. These are simple bash scripts that are ran after a commit is made.

http://svnbook.red-bean.com/en/1.1/ch05s02.html

Chris Henry
+1  A: 

websvn comes with 'rss feed support'.

zellus