I've several difficulties in installing different versions in combination with shared-environments.
thus I like to simplify this. Any comments to this? - Switching between several trac versions should be simplified, even if those are pulled from the SVN. After installing trac, the shared directories are entered within /trac/siteconfig.py __default_conf_dir__ = 'D:\\trac\\conf' __default_templates_dir__ = 'D:\\trac\\templates' __default_htdocs_dir__ = 'D:\\trac\\htdocs' __default_wiki_dir__ = 'D:\\trac\\wiki-default' __default_macros_dir__ = 'D:\\trac\\wiki-macros' __default_plugins_dir__ = 'D:\\trac\\plugins' It would be simpler to declare just one entry: __shared_dir__ = 'D:\\trac' and to derive the other entries from this. specific entries can still exist, in order to point to a different location: __default_plugins_dir__ = 'E:\\trac\\somewhere\\plugins' The shared_dir should be by default set to '..\', which would be the first step to make an svn co to work immediately without further steps. . http://dev.lazaridis.com/base/ticket/43 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev -~----------~----~----~----~------~----~------~--~---
