Sneha wrote:
> Hi All,
>
> We are working on multi-project Trac environment. we have modified a
> plugin to suit a project's requirement. Is it possible to install this
> modified version of the plugin for a certain project and use the
> default (unmodified) version of the same plugin in all other?
>   

Not unless the modified plugin also uses a modified package name (i.e. 
if the source lived in tracpluginsomething/, rename that folder to 
tracpluginmysomething/ and update the setup.py file accordingly).
Or refactor the change you did so that it only gets activated when some 
option is selected in trac.ini, and turn this on/off in the different 
environments.

Hope this helps!

-- Christian

> We are using "easy-install --always-unzip " command to install plugins
> for all projects.
>
> Thanks,
> Sneha
> >
>
>
>   


--~--~---------~--~----~------------~-------~--~----~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to