On 6 jun, 21:01, Julie Tittler <[EMAIL PROTECTED]> wrote: > I cannot for the life of my find a global trac.ini file on my Windows XP > installation. I'm very new to Trac. This is my first installation of it. > I have trac.ini files in my project folders, but no global conf > directory. And a global search of my hard drive from c: down does not > reveal any other trac.ini files. If I need to create one, where do I get > a base copy, and where does it go?
Indeed, there's also no global trac.ini in a fresh Unix/Linux. But it's suppossed to be in a shared section of your O.S.: Windows (python 'shared' folder): %PYTHON_PATH%\share\trac\conf\trac.ini Linux (O.S. shared files): /usr/share/trac/conf/trac.ini Inheriting global configuration is optional. In order to use it you must '''create missing conf folder''' and '''create missing global trac.ini''', you can start copying any of your projects trac.ini and modify it as needed. To define it correctly, you can take a look at any project's TracIni wiki page, in order to define wich configuration entries you can use as global, and wich ones skip, as they must be defined per project (as an example, you shouldn't define the same default_component for more than one project, then, it shouldn't be defined in a global trac.ini). Notice that in 0.9.x and 0.10.x, you can't define global trac.ini per project, what means you can't have more than one. Global trac.ini will work different in 0.11 release, see http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11 for details. > > Sorry for the stupid question. The docs are mostly written for Unix > distros, and don't quite map to Windows. It's not stupid, believe me. Keep asking as you learn how to use it, then teach anothers. -------------------------------------------------------- Johans Marvin Taboada Villca -`^_^´- .o0O( 2007-04-24, Bienvenida Bebecita ) -------------------------------------------------------- Adm. Laboratorio de Desarrollo de Software Carreras de Informática y Sistemas UMSS, Cochabamba Bolivia -------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
