Possible Duplicate:
Send email on commit to SVN
Thanks Mr fschmitt But I use window , in folder hook don't have file commit-email.pl ,I downed load them and put into hook folder , but it not run
I down load at this link :
"http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/"
and use guide "http://www.andywu.co.uk/subversion_commit_emails.htm"
I configed this:
commit-email.pl "$REPOS" "$REV" --from [email protected] -s "svn commit:" [email protected] log-commit.py --repository "$REPOS" --revision "$REV"
But When I commit file , It is ok but it not send email Please hep me!!