Versions Compared

Key

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

Subversion Repository Hook : commit-email

Description:

This Post-Commit hook can be used to send a notification email describing either a commit or a revprop-change action on a Subversion repository.

Installation:

These instructions assume that you are using the subversion command line interface on a Unix system. Your process may be slightly different depending on client and operating system.

  • Check out your /rice-config repository folder
No Format

svn co https://svn.rice.edu/r/REPONAME/rice_config
  • Change to the rice_config folder
No Format

cd rice_config/
  • Create a folder called hooks
No Format

mkdir hooks/
  • Change into the hooks folder
No Format

cd hooks/
  • Create a file called commit-email
No Format

vi commit-email