SVN Notifier Software
What software can be use开发者_如何学运维d to get real time notifications when others commit changes to SVN or Source Control?
On Windows I use CommitMonitor and like it a lot.
I've also used SVN Notifier (for Windows) in the past and can recommend it - nice and lightweight.
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
websvn comes with 'rss feed support'.
If you're using a hosted SVN system like Beanstalk, you could subscribe to the RSS feed and then use your RSS notifier of choice. On Mac, software like NetNewsWire and RSS Growler (which sadly seems to not work currently) can notify you via Growl.
For linux https://github.com/joaoneto
There is android svn notifier too https://play.google.com/store/apps/details?id=com.lilkillaware.svncheckes
Check out the SVN Notifier menu bar app for Mac.
精彩评论