> svnlook: Can't open file '/var/www/trac.example.com/trac/format': No > such file or directory > > What is supposed to be in here?
The path to a valid SVN repository ;-) It seems that the script expects a path to a SVN repository, but it receives the path to the Trac database. You've got a configuration issue here. > ImportError: No module named notification I thnink you're still on 0.9.x (from your previous posts), but the script seems to use a 0.10 trac module (*). I guess you want to keep on using the Debian official packages but if not, it's even easier to get and run Trac from the source (nothing to build, as it's pure Python). *: trac/ticket/Notify.py has been split in two files, trac/notification.py and trac/ticket/notification.py in 0.10 -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
