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