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
  •  | 
  •  

Pregunta

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

Help !!!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top