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

StackOverflow https://stackoverflow.com/questions/16109013

  •  11-04-2022
  •  | 
  •  

Question

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

Help !!!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top