On Thu, Oct 05, 2006 at 11:33:39AM +0100, Marcus Bointon wrote: > > I'm trying to use the trac-post-commit-hook script. Firstly I'm > getting errors when it's looking for something in format/ within my > trac environment, a place that doesn't exist. > > svnlook: Can't open file '/var/www/trac.example.com/trac/format': No > such file or directory > svnlook: Can't open file '/var/www/trac.example.com/trac/format': No > such file or directory > > What is supposed to be in here?
Most probably, you defined /var/www/trac.example.com/trac/ as your subversion repository. Double check your post-commit hook. > Then I seem to be missing a module: > > Traceback (most recent call last): > File "/var/www/svn.example.com/svn/hooks/trac-post-commit-hook", > line 77, in ? > from trac.ticket.notification import TicketNotifyEmail > ImportError: No module named notification Where is your python installed and where is Notify.py? Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. 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/trac-users -~----------~----~----~----~------~----~------~--~---
