- {
- # The svn post-commit wrapper.
- # Note that this will overwrite any existing
- # post-commit hook script, which may not be
- # what you want.
- wrapper => "/svn/wikirepo/hooks/post-commit",
- wrappermode => "04755",
- # Enable mail notifications of commits.
- notify => 1,
- },
+ #{
+ # # The svn post-commit wrapper.
+ # # Note that this will overwrite any existing
+ # # post-commit hook script, which may not be
+ # # what you want.
+ # wrapper => "/svn/wikirepo/hooks/post-commit",
+ # wrappermode => "04755",
+ # # Enable mail notifications of commits.
+ # notify => 1,
+ # # Log to syslog since svn post-commit hooks
+ # # hide output and errors.
+ # syslog => 1,
+ #},