I was wondering - is there a plugin for eclipse that will notify all the contributors to a certain svn project that someone has commited in trunk with some message containi开发者_如何学Cng the names of the changed classes and can afterwards show a diff between the changed/unchanged versions of the classes commited.
Thanks.
If the user has these projects checked out and are using a plugin like Subclipse, they can just use the Team > Synchronize option. This can be configured to refresh automatically every hour or whatever interval is desired. The Synchronize view lets you examine the changes.
精彩评论