Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a file called commit-email See the Configuration section below
No Format
vi commit-email
  • Add the directory and file to the repository
No Format

cd ../../
svn add hooks
svn commit -m "Added commit-email hook to the repository"

Configuration

The commit-email hook requires some configuration. Within the commit-email file you need to put arguments that tell the script what you want to notify on and who to notify. It will look similar to this:

...