NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SVN hook scripts (Score:1)
Inside the directory of your SVN repository is a directory called hooks/, specifically named executable files in here will get run by SVN at various points of your commit cycle. You could easily use this to run your tests with.
The most common usage of this is to email commital information to a mailing list. At my work, we actually use it to refresh the working copy in our web directory each time we commit (sort of like version controlled FTP). You can read about this stuff in the online version of the SVN book here [red-bean.com].
-stvn
Reply to This