On Thu, 2006-05-04 at 14:24 -0700, Quinn Comendant wrote: > I've just upgrade to 0.9.6dev and was looking forward to using the > global trac.ini file. Unfortunately, it doesn't work. > > The conf directory listed in trac/siteconfig.py was not created by the > installer. > __default_conf_dir__ = '/usr/local/share/trac/conf' > > So I created it, and copied in a default trac.ini file, making > modifications. When I loaded a new trac environment, it did not use the > global trac.ini.
Were you expecting Trac to copy the global trac.ini to your new environment? That's not how it works. Settings in the global file are used as a default if they are not defined in a project's trac.ini. For example you can set your mail server settings in the global trac.ini and then remove them from the individual projects. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
