I'm trying to trigger mailer.py as a post-commit, for code committed to a specific sub-folder e.g. My hierarchy is svn/trunk/gui, "trunk" is the repo. and gui is a sub folder, and I want to limit mailer.py for commits to "gui" only.
I tried to look at mailer.py code, but I haven't found the variable that point to the commit sub folder.
Any help would be appreciated, thanks!