1

I have been asked to add a hook script to some SVN repositories. The repositories run under Apache with the mod_dav_svn module.

Do I need to restart Apache in order that the hook is picked up or will it Just Work from the moment the file is there and executable?

Rich
  • 1,343
  • 7
  • 28
  • 39

2 Answers2

3

Do I need to restart Apache

No. SVN-hooks aren't Apache side of game, it's pure Subversion toys, thus - create and use immediately on svn-events

Lazy Badger
  • 3,137
  • 15
  • 13
2

I believe it should happen immediately. No apache restart required.

proy
  • 1,229
  • 10
  • 10