18 Nov
2004
18 Nov
'04
3:54 p.m.
--On Donnerstag, 18. November 2004 10:40 Uhr -0500 Chris McDonough <chrism@plope.com> wrote:
The need is one where you have multiple Zope instances that need to share a set of external methods. Currently you need to either put them in the software home Extensions or symlink the each of the instance home extensions directories to a common path.
I'm not going to do any work on this, but I could see why someone would want it.
In this case I would put the stuff in a fake product like $INSTANCE_HOME/MyFakeProduct/Extensions/... Such a product can be put under revision control and reused in different instances. That is a much cleaner solution than linking or copying files around. -aj