-4

I would like to add a post commit hook so that if a user deletes particular file, I will be notified by email..

Help !!!

iaav
  • 484
  • 2
  • 9
  • 26
  • 2
    Thanks for sharing! (Your question would get more attention if you actually asked a question, instead of just presenting your case) – shx2 Apr 19 '13 at 16:15
  • This looks rather similar to the following: http://stackoverflow.com/questions/7473842/svn-post-commit-hook-to-email-user-when-a-particular-file-is-changed?rq=1 – Chris Forrence Apr 19 '13 at 16:16

1 Answers1

0

Create post-commit hook script to "hook" on commits. In the hook script, you can use the SVNLOOK utility to examine the changeset.You can also evaluate SVN Notifier

AllTooSir
  • 48,828
  • 16
  • 130
  • 164