What\'s the best method to notify other developers when a change committed into revision control requires some specific additional action by the developer getting the update
Personnally, I use 2 methods :
update
script that is used to manage the update of all the parts of my project (different directories, different repositories, different version control...), in this script I put every operation needed to maintain a correct repository (I use it for svn and git repositories).