On Thu, 2004-11-18 at 10:17 -0200, Rodrigo Dias Arruda Senra wrote:
[ Chris McDonough <chrism@plope.com> ]: --------------------------------------------------------
So, to migrate: Make sure you install a fresh copy of Zope 2.7.3 in its own set of directories (instance home and software home). Copy Data.fs, Products, and any External methods you have from your old Zope instance to the new Zope instance.
Hi,
that comment inspired the following observation:
In zope.conf we can specify an out-of-Zope-tree directory for Products.
# Directive: products # products /home/chrism/projects/myproducts
I believe the 'Extensions' direcrectory deserves the same rights, or is there a good reason (that eludes me) for not having such a feature ?
No, that's a good idea. I think I even started to make this possible once but ran out of time. Maybe it's worth a Collector issue? - C