Keeping and Eye on SVN with svn_hooks

I’ve been working on a new ruby gem to make it easier to write scripts for handling subversion events. The idea is to allow you to separate your code into files based on project or task, rather than based on event. There are some simple methods available for filtering based on event type or area of the repository that’s been touched. Also made available are all of the details of the last event, including touched files (and their state flags), author, date, and comment. You can get the package here.

Leave a Reply