cmlenz has discussed this before, and it is similar to the plan for handling site files with setuptools. Hopefully we can actually take it one step further and do arbitrary chains of these (very helpful to create multiple classes of environments). On the other hand, for what you are talking about I don't think it much matters. If someone is trying to run two versions of a webapp, they should be ready to get their hands dirty. Currently it just means doing the installs with different prefixes, which isn't that hard.
--Noah On Oct 8, 2006, at 1:52 PM, Ilias Lazaridis wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
