Re: Svn pre-commit hooks with beanstalkapp.com

2009-02-15 Thread Sean Brant
In case anyone else in interested I whipped up this simple script that seems to do the job. http://dpaste.com/121117/ It basically works like svn commit but looks thru all of directories under your current directory for manage.py files. If it finds one it runs manage.py test. If all tests pass i

Svn pre-commit hooks with beanstalkapp.com

2009-02-15 Thread Sean Brant
Has anyone created a work around for lack of pre-commit support at beanstalkapp.com. I would like to run tests on my apps before they get committed to my repository however with beanstalk you do not get access to subversion hooks. I was thinking of creating a python script that would preform the t