> But still:
>
> File "/usr/share/subversion/hook-scripts/agilo_svn_hook_commit.py",
> line 21, in ?
> from agilo.utils.svn_hooks import AgiloSVNPreCommit,
> AgiloSVNPostCommit
> ImportError: No module named agilo.utils.svn_hooks
This error sais that the hook script doesn't have the agilo egg in it's
pythonpath - so you will probably have to either make it global for that
apache environment, or insert something like this at the start of the
hook script to point it to the agilo-instance:
-- snip --
import sys
sys.path.append('/path/to/agilo')
-- snap --
HTH
--
Mit freundlichen Grüßen
Martin Häcker
Consultant
agile42 GmbH
www.agile42.com
Grünberger Str. 54
10245 Berlin, Germany
Office: +49 30 2005 3958
Fax: +49 30 2007 8274
Amtsgericht Charlottenburg: HRB 111402
CEO Marion Eickmann
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---