On Mon, Jun 2, 2014 at 4:48 AM, Tiago Herrmann <[email protected]> wrote:
> I attached in this message the log after i commit changes. > You didn't mention that you are using Agilo. However, I see now that you've also asked the question in the Agilo forum: https://groups.google.com/d/msg/agilo/cGz4V13ZsBU/kSpcsMOmJbMJ You've attached trac.log, but is there also a file named svn-hook-`reposname`.log in the log directory? I doubt the log will be much additional help anyway, so don't worry if it's not found. I'm assuming you can browse the source of the repository using the Repository Browser, which would imply the python-subversion bindings are installed correctly and the problem in the post-commit hook is that the bindings are not found in the environment path. To fix the issue, you'll need to determine the install location of your python-subversion bindings and add them to the PATH or PYTHONPATH environment variable. Another possible way to fix the issue is described here: https://groups.google.com/d/msg/trac-users/bsVylXYa0Ko/yqWgIK2l_N4J and here: http://stackoverflow.com/a/3334490/121694 For more info, see: http://trac.edgewall.org/wiki/0.12/TracFaq#i-am-getting-svn-import-errors-with-trac-what-s-going-on -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
