What are softwares used to get real time notifications when the others commit their codes to SVN or Source Control?
+1. nice, I didn't know about that tool.
Mitch Wheat
2010-10-21 02:06:29
+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.
Chris Henry
2010-10-21 04:24:55