1.3.0.6_PRO-py2.6.egg has a bug within agilo_svn_hook_commit.py: we found this shebang in agilo_svn_hook_commit.py: #!/Users/dwt/.virtualenvs/agilo-release/bin/python2.6
this causes an error like: '/opt/svn/AgiloTest/hooks/post-commit: 53: / usr/local/lib/python2.6/dist-packages/binary_agilo-1.3.0.6_PRO- py2.6.egg/EGG-INFO/scripts/agilo_svn_hook_commit.py: not found' while trying to commit some svn changes. after fixing it to: #!/usr/bin/python it works out again. -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by agile42 GmbH <http://www.agile42.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

