/HipCommit

Send a detailed message to a HipChat room on a commit to an Assembla Subversion repository

Primary LanguageC#

HipCommit

HipCommit is a simple SVN hook script for sending a detailed message to a HipChat chat-room when a commit takes place successfully.

Requirements

  • A HipChat room URL (and auth token)

    https://api.hipchat.com/v2/room/{YourRoom&AuthToken}

  • An Assembla Subversion repository URL

    https://subversion.assembla.com/svn/{YourSpaceName}/

  • An associated Assembla tickets URL:

    https://www.assembla.com/spaces/{YourSpaceName}/tickets/

Usage

Add your application settings in the App.config file, build the project and then add the executable as an SVN hook script. For svnadmin see here, for TortoiseSVN see here.