From: Jonas Pfenniger Date: 2006-10-24T20:13:14+09:00 Subject: Re: [ANN] Great step for Ruby CI. Cerberus 0.3.0 released. Hey, that's really cool. Now I have to make tests for my app to make the use of this :p Do you already have SVN hooks ? It might be pretty easy to make a post-commit hook that runs cerberus. ----- #!/bin/sh cerberus build YOUR_PROJECT_NAME ----- Put that in "your_svn/hooks/post-commit" file and cerberus will run on each commit. It could even be made generic if YOUR_PROJECT_NAME == your_svn_name. -- Cheers, zimbatm http://zimbatm.oree.ch