Trac: 0.10.3 Revtree: 0.10
Well, the "0.10" here stands for the Trac version to run with, not the revtree version. The revtree version is defined in setup.py. Please double check that version is 0.4.5 As the revtree is a very new plugin and still in active development [you may expect bugs], I would recommend that if you have a SVN client available, you check out the revtree plugin code with subversion rather than downloading the zip file. Not mandatory, but handy to find out the exact version you're using.
repository_type = svn base_url = none
This cannot work: you need to set the base_url option to a valid URL. This is required for Trac anyway.
I do not have a revtree section in trac.ini.
Sure, you need to create one if you want to tailor the plugin configuration to your actual environment. Nevertheless, if you are using a simple SVN repository structure: /trunk /branches/ the plugin should be able to work without any option in trac.ini
AttributeError: Cannot find an implementation of the "IRevtreeOptimizer" interface named "DefaultRevtreeOptimizer". Please update the option revtree.optimizer in trac.ini.
Check the log file to see if other errors have been dumped. If not, please verify that the log level is set to "debug". If the log level is not set to "debug" or if you have not enable the log at all, you'll need to restart Trac (or the web server if you're not using tracd) with the "debug" log level enabled, and try again to access the revtree. for example: [logging] log_file = /tmp/trac.log log_level = DEBUG log_type = stderr -- 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?hl=en -~----------~----~----~----~------~----~------~--~---
