You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
svn co https://svn.rice.edu/r/REPONAME/rice_config
  • Change to the rice_config folder
cd rice_config/
  • Create a folder called hooks
mkdir hooks/
  • Change into the hooks folder
cd hooks/
  • Create a file called commit-email
vi commit-email
  • No labels