Luc Van Tien wrote:
> Hi everyone,
>   I have multi environment in trac directory.The following structure:
> trac directory :
>     + env1
>     + env2
>     + ....
>   I copy all eggs in plugin directory of env1 to env2.
>   In env2 don't understand eggs of env1.Although eggs of env1 works fine.
>   But if I restart apache so env2 understands eggs of env1.And if i close 
> window,login again everything will start zero.Don't get eggs from env2.
>   Any one help me out this problem.
>   Additional question ? how can i remove version field in ticket ?
>   Thank you very much.

If you're using the same plugins for several projects, try putting them
in the global plugin directory.  This should be something like
/usr/share/trac/plugins or C:\Python23\share\trac\plugins.  Or follow
these instructions for global installation:
http://trac.edgewall.org/wiki/TracPlugins#ForAllProjects

Note that when you install plugins globally they are not automatically
enabled, so you need to enable them in trac.ini:
http://trac.edgewall.org/wiki/TracPlugins#Enablingtheplugin

-- Matt Good

P.S.  When starting a new topic please create a new email to the
mailing list.  When you "Reply" to a message your response gets put in
the middle of the existing thread in Google Groups which means your
message might get overlooked.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
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