On Fri, Jun 22, 2012 at 3:34 AM, dhanushka ranasinghe <parakrama1...@gmail.com> wrote: > Hi guys, > > some times when we committing to svn we get this error, any reason for > that,not all the time > > Warning: post-commit hook failed (exit code 1) with output: > /usr/lib/subversion-back/hook-scripts/mailer/mailer.py:33: > DeprecationWarning: The popen2 module is deprecated. Use the subprocess > module.
A lot of published post-commit tools are very powerful, and far too compicated for many server-class operations. If you can simplify your post-commit behavior to a small, well-defined task that can be run from a few lines of shell or perl, I think you'll be a *lot* happier in the long run than with complex python tools.