Hi there,
Currently I have a mailer.py file that sends an email when there is a commit on a particular repository.
Anyone knows how to have ONLY emails sent out to the owner of modules (directories) within a repository?
Example:
http://sigserver/sigrepo1 (everyone gets an email for any commit on this repo1)
http://sigserver/sigrepo1/mymodule (I need to only be notified if mymodule changes)
In CVS, there is a cvsinfo file that takes care of this, I am wondering if SVN has such a thing