SCM Campfire Notifiers

This package provides simple hooks for Subversion and Git that send notifications of commits to a Campfire room.

Future versions might allow specifying the email and password in a config file, rather than on the command line.

SVN Campfire Notifier

The SVN notifier should be called with six arguments, in order:

  • the path of the repository
  • the revision committed
  • your subdomain of campfirenow.com (e.g. for example.campfirenow.com, set it to 'example')
  • an email address registered with Campfire
  • the password associated with that email address
  • the name of the Campfire room to notify

For example:

svn_campfire_notifier /path/to/repo 1 example svnbot@example.com s3kr1tsqu1rr3l BotRoom

See the Subversion documentation for more information on post-commit hooks.

Git Campfire Notifier

NOTE: The Git notifier is a work in progress.

The Git notifier should be called with five arguments, in order:

  • the path of the repository
  • your subdomain of campfirenow.com (e.g. for example.campfirenow.com, set it to 'example')
  • an email address registered with Campfire
  • the password associated with that email address
  • the name of the Campfire room to notify

For example:

git_campfire_notifier /path/to/repo example svnbot@example.com s3kr1tsqu1rr3l BotRoom