I have just upgraded to 0.11dev of trac and would like to know if
there is a way of sharing a workflow definition between multiple trac
envs.

I have found that using multiple instances of [inherit] does not work
in this case. Trac seems to behave as if the first [inherit] was never
included, ie I lose any other global settings that was defined in
"defaults.ini".

As I have a number of projects that share some configuration settings,
like notification, but they do not all use the same workflows:

I was hoping to be able to do something similar to:

--- proj1.ini ---
[inherit]
file = .../defaults.ini

[ticket-workflow]
file = .../basic-workflow.ini

[trac]
....
------

--- proj2.ini ---
[inherit]
file = .../defaults.ini

[ticket-workflow]
file = .../basic-workflow.ini

[trac]
....
------

--- proj3.ini ---
[inherit]
file = .../defaults.ini

[ticket-workflow]
file = .../enterprise-workflow.ini

[trac]
....
------

Any thoughts or advice on how to achieve this would be appreciated.

Cheers,

Roo.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to